# 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 = "2021" rust-version = "1.65" name = "burble-crypto" version = "0.2.2" authors = ["Maxim Khitrov "] description = "Bluetooth LE cryptographic toolbox" readme = "README.md" keywords = [ "ble", "bluetooth", "bluez", "gatt", "l2cap", ] categories = [ "api-bindings", "embedded", "hardware-support", "network-programming", "os", ] license = "MPL-2.0" repository = "https://github.com/BlackrockNeurotech/burble" [dependencies.aes] version = "0.8.2" [dependencies.cmac] version = "0.7.1" [dependencies.p256] version = "0.13.0" features = [ "arithmetic", "ecdh", ] [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.serde] version = "1.0.154" features = ["derive"] [dependencies.structbuf] version = "0.3.4" [dependencies.subtle] version = "2.4.1" [dependencies.zeroize] version = "1.5.7" features = ["zeroize_derive"]