# 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 = "bluetooth_mesh" version = "0.1.4" authors = ["Andrew Gilbrough "] description = "Cross-platform, full Bluetooth Mesh stack implemented in Rust. Following the Bluetooth Mesh Spec Core v1.0 by SIG.\n\nDesigned to work with any almost any BLE radio (uses https://github.com/AndrewGi/btle/ for\nplatform dependent Bluetooth drivers). While a stack is provided by the library, all the primatives and objects needed\nto customize and create your own stack are provided.\n\nSee https://github.com/AndrewGi/BluetoothMeshRust for more.\n" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/AndrewGi/BluetoothMeshRust" [dependencies.aead] version = "0.2.0" [dependencies.aes] version = "0.3.2" [dependencies.block-modes] version = "0.3.3" [dependencies.btle] version = "0.1.1" default-features = false [dependencies.dbl] version = "0.2.1" [dependencies.futures-core] version = "0.3.4" optional = true [dependencies.futures-util] version = "0.3.4" optional = true [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0.104" features = ["derive"] optional = true default-features = false [dependencies.subtle] version = "2.2.2" [dependencies.tokio] version = "0.2.11" features = ["sync", "rt-core", "time"] optional = true default-features = false [features] default = ["full_stack"] full_stack = ["std", "tokio", "futures-core", "futures-util"] serde-1 = ["serde"] std = ["serde/std"]