# 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] name = "rand-bytes" version = "0.2.0" authors = ["Yong Wen Chua "] description = "A simple tool to generate cryptographically secure random bytes using a cryptographic pseudo-random number generator." homepage = "https://github.com/lawliet89/rand-bytes" readme = "README.md" keywords = ["rand", "random", "bytes"] license = "Apache-2.0" repository = "https://github.com/lawliet89/rand-bytes" [dependencies.clap] version = "2.23.2" [dependencies.lazy_static] version = "0.2" [dependencies.ring] version = "0.13.2" [dev-dependencies.tempfile] version = "2.1.5"