# 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 = "rand04_compat" version = "0.1.1" authors = ["Andreas Fackler "] description = "Wrappers for compatibility with rand 0.4." readme = "README.md" keywords = ["random", "rng"] categories = ["algorithms", "no-std"] license = "MIT/Apache-2.0" repository = "https://github.com/poanetwork/rand04_compat" [dependencies.rand] version = "0.6.1" default-features = false [dependencies.rand04] version = "0.1.0" default-features = false [features] default = ["std"] std = ["rand04/std", "rand/std"]