You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-bzip2/rust2rpm.toml

18 lines
342 B

[package]
summary = "Bindings to libbzip2 exposed as Reader/Writer streams"
[tests]
run = ["none"]
comments = ["dev-dependencies are outdated"]
[features]
hide = [
# unused support code for tokio v0.1 and futures v0.1
"futures",
"tokio",
"tokio-io",
# only dynamically linking system bzip2 is supported
"static",
]