# 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 = "att" version = "0.3.0-alpha.1" authors = ["yskszk63 "] description = "Bluetooth Attribute Protocol Server" keywords = ["bluetooth"] license = "MIT OR Apache-2.0" repository = "https://github.com/yskszk63/gatt" resolver = "2" [dependencies.bdaddr] version = "0.2.0-alpha.4" [dependencies.derive-new] version = "0.5" [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.getset] version = "0.1" [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"] [dependencies.uuid] version = "0.8" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_env_logger] version = "0.4.0" [dev-dependencies.tokio] version = "1.14" features = ["rt", "macros", "io-util"] [dev-dependencies.tokio-test] version = "0.4.2"