# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "connman" version = "0.1.3" authors = ["Jon Magnuson "] description = "A ConnMan library that abstracts the D-Bus layer" documentation = "https://docs.rs/connman" readme = "README.md" keywords = ["connman", "dbus", "wifi", "networking", "tokio"] categories = ["api-bindings", "asynchronous", "network-programming", "os::unix-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/jmagnuson/connman-rs" [lib] name = "connman" path = "src/lib.rs" [[example]] name = "wifi_scan_list" path = "examples/wifi_scan_list.rs" [[example]] name = "wifi_introspect" path = "examples/wifi_introspect.rs" required-features = ["introspection"] [dependencies.dbus] version = "0.6" [dependencies.dbus-tokio] version = "0.3" [dependencies.failure] version = "0.1" [dependencies.futures] version = "0.1" [dependencies.tokio] version = "0.1" [dependencies.xml-rs] version = "0.3" optional = true [features] default = [] introspection = ["xml-rs"]