# 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 = "QuantumRandom" version = "0.2.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/quantumrandom" readme = "README.md" license = "AGPL-3.0-only" license-file = "LICENSE" [dependencies.atoi] version = "0.3.1" [dependencies.rand] version = "0.6.5" [dependencies.reqwest] version = "0.9.10"