# 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 = "gatt" version = "0.3.0-alpha.1" authors = ["yskszk63 "] description = "Bluetooth Generic Attribute Protocol Server" readme = "README.md" keywords = ["bluetooth"] license = "MIT OR Apache-2.0" repository = "https://github.com/yskszk63/gatt" resolver = "2" [dependencies.att] version = "0.3.0-alpha.1" [dependencies.bitflags] version = "1.3" [dependencies.futures-channel] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.14" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.pretty_env_logger] version = "0.4" [dev-dependencies.tokio] version = "1.14" features = ["rt", "macros", "io-util"]