# 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 = "quantum_random" version = "0.1.0" authors = ["Thomas Braun "] include = ["**/*.rs", "Cargo.toml"] description = "This is the rust implementation of the ANU Quantum Random Number System. You can easily generate an arbitrary number of u8's, u16's, u32's, u64's, and u128's" homepage = "https://github.com/tbraun96/quantum_random" readme = "README.md" license = "AGPL-3.0-only" license-file = "LICENSE" [dependencies.atoi] version = "0.3.1" [dependencies.bincode] version = "1.1.4" [dependencies.byteorder] version = "1.3.1" [dependencies.chrono] version = "0.4.6" features = ["serde"] [dependencies.dirs-2] version = "1.1.0" [dependencies.futures-preview] version = "0.3.0-alpha.17" features = ["async-await", "nightly", "compat"] [dependencies.hex] version = "0.3.2" [dependencies.lazy_static] version = "1.3.0" [dependencies.libmath] version = "0.2.1" [dependencies.mut_static] version = "5.0.0" [dependencies.parking_lot] version = "0.9.0" features = ["nightly", "serde"] [dependencies.rand] version = "0.6.5" [dependencies.rayon] version = "1.1.0" [dependencies.reqwest] version = "0.9.19" [dependencies.serde] version = "1.0.92"