# 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 = "randomorg" version = "1.0.4" authors = ["Victor Polevoy "] build = "build.rs" description = "A random.org client library. The randomness comes from atmospheric noise, which for many purposes is better than the pseudo-random number algorithms typically used in computer programs." documentation = "https://docs.rs/randomorg/" readme = "README.md" keywords = ["random", "api", "prng", "generator", "rand"] categories = ["api-bindings", "cryptography"] license = "MIT" repository = "https://github.com/vityafx/randomorg" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.log] version = "0.4" optional = true [dependencies.rand_core] version = "0.6" features = ["std"] optional = true [dependencies.reqwest] version = "0.11" features = ["json", "blocking"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [build-dependencies.vergen] version = "3" [features] default = [] rng = ["rand_core", "log"] [badges.travis-ci] repository = "vityafx/randomorg"