# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.80" name = "zbus_names" version = "4.1.0" authors = ["Zeeshan Ali Khan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of D-Bus bus names types" readme = "README.md" keywords = [ "D-Bus", "DBus", "IPC", ] categories = ["os::unix-apis"] license = "MIT" repository = "https://github.com/dbus2/zbus/" [package.metadata.docs.rs] all-features = true targets = ["x86_64-unknown-linux-gnu"] [lib] name = "zbus_names" path = "src/lib.rs" bench = false [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.static_assertions] version = "1.1.0" [dependencies.winnow] version = "0.6" [dependencies.zvariant] version = "5.0.0" features = ["enumflags2"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tokio_unstable)"]