# 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 = "rand-facade" version = "0.2.0" authors = ["ryan "] description = "A global mutex-based random facade for no_std compatible libraries that require an initialised random number generator" readme = "README.md" keywords = ["no_std", "embedded", "rand", "random", "facade"] categories = ["no-std"] license = "MIT" repository = "https://github.com/ryankurte/rust-rand-facade" [dependencies.cortex-m] version = "0.6.2" optional = true [dependencies.lazy_static] version = "1.4.0" default_features = false [dependencies.rand] version = "0.7.3" optional = true default_features = false [dependencies.rand_core] version = "0.5.1" default_features = false [dev-dependencies.rand_chacha] version = "0.2.2" default_features = false [features] cortex_m = ["cortex-m", "lazy_static/spin_no_std"] default = [] os_rng = ["rand", "rand/std"] std = ["rand"]