# 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 = "core_bluetooth" version = "0.1.0" authors = ["Dmytro Lysai "] description = "Safe API wrapper for Core Bluetooth framework" documentation = "https://docs.rs/core_bluetooth" readme = "README.md" keywords = ["api", "bluetooth", "macos", "ios"] categories = ["api-bindings", "os::macos-apis"] license = "MIT/Apache-2.0" repository = "https://github.com/pingw33n/rust_core_bluetooth" [dependencies.async-std] version = "1.5.0" features = ["unstable"] optional = true [dependencies.enumflags2] version = "0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.8" [dependencies.objc] version = "0.2.7" [dependencies.static_assertions] version = "1.1.0" [dev-dependencies.anyhow] version = "1.0.28" [dev-dependencies.chrono] version = "0.4.11" [dev-dependencies.clap] version = "3.0.0-beta.1" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.hex-literal] version = "0.2.1" [dev-dependencies.macaddr] version = "1.0.1" [dev-dependencies.openssl-sys] version = "0.9.55" [features] async_std_unstable = ["async-std"]