# 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 = "2018" name = "btmgmt" version = "0.3.0-alpha.4" authors = ["yskszk63 "] description = "Linux Management API Client" readme = "README.md" keywords = ["bluetooth"] license = "MIT OR Apache-2.0" repository = "https://github.com/yskszk63/btmgmt" resolver = "2" [dependencies.btmgmt-packet] version = "0.3.0-alpha.4" [dependencies.futures-channel] version = "0.3" features = ["std"] default-features = false [dependencies.futures-core] version = "0.3" default-features = false [dependencies.futures-sink] version = "0.3" default-features = false [dependencies.futures-util] version = "0.3" features = ["std", "sink"] default-features = false [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.socket2] version = "0.4" features = ["all"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.14" features = ["net"] [dev-dependencies.futures] version = "0.3" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tokio] version = "1.14" features = ["rt", "macros", "io-util"] [dev-dependencies.tokio-test] version = "0.4.2"