# 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 = "rubble" version = "0.0.4" authors = ["Jonas Schievink "] description = "An embedded BLE stack" readme = "../README.md" keywords = ["arm", "ble", "bluetooth", "low", "energy"] categories = ["embedded", "no-std"] license = "0BSD" repository = "https://github.com/jonas-schievink/rubble/" [dependencies.bitflags] version = "1.2.1" [dependencies.heapless] version = "0.5.1" [dependencies.log] version = "0.4.8" optional = true [dependencies.p256] version = "0.9.0" features = ["arithmetic"] default-features = false [dependencies.rand_core] version = "0.6.3" [dependencies.ring] version = "0.16.9" optional = true default-features = false [dependencies.sha2] version = "0.9.0" default-features = false [dev-dependencies.p256] version = "0.9.0" features = ["arithmetic"] default-features = false [dev-dependencies.ring] version = "0.16.9"