Lines Matching +full:unstable +full:- +full:options
6 license = "Apache-2.0"
12 categories = ["api-bindings", "network-programming"]
13 rust-version = "1.76.0"
15 # https://github.com/frewsxcv/cargo-all-features#options
16 [package.metadata.cargo-all-features]
18 denylist = ["unstable"]
20 always_include_features = ["anyhow", "pyo3-asyncio-attributes", "dev-tools", "bumble-tools"]
24 pyo3-asyncio = { version = "0.18.0", features = ["tokio-runtime"] }
34 pdl-derive = "0.2.0"
35 pdl-runtime = "0.2.0"
39 file-header = { version = "0.1.2", optional = true }
48 owo-colors = { version = "3.5.0", optional = true }
52 [dev-dependencies]
58 pyo3-asyncio = { version = "0.18.0", features = ["tokio-runtime", "attributes", "testing"] }
62 owo-colors = "3.5.0"
67 rustdoc-args = ["--generate-link-to-definition"]
70 name = "file-header"
72 required-features = ["dev-tools"]
75 name = "gen-assigned-numbers"
77 required-features = ["dev-tools"]
82 required-features = ["bumble-tools"]
87 required-features = ["unstable_extended_adv"]
97 pyo3-asyncio-attributes = ["pyo3-asyncio/attributes"]
98 dev-tools = ["dep:anyhow", "dep:clap", "dep:file-header", "dep:globset"]
100 bumble-tools = ["dep:clap", "anyhow", "dep:anyhow", "dep:directories", "pyo3-asyncio-attributes", "…
102 # all the unstable features
103 unstable = ["unstable_extended_adv"]