[package]
edition = "2018"
name = "QuantumRandom"
version = "0.2.0"
authors = ["Thomas Braun <tbraun96@gmail.com>"]
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"