[package]
name = "randomorg"
version = "0.2.0"
authors = ["Victor Polevoy <fx@thefx.co>"]
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."""
repository = "https://github.com/vityafx/randomorg"
documentation = "https://docs.rs/randomorg/"
readme = "README.md"
license = "MIT"
keywords = ["random", "api", "prng", "generator"]
categories = ["api-bindings", "cryptography"]
build = "build.rs"
[badges]
travis-ci = { repository = "vityafx/randomorg" }
[dependencies]
reqwest = "0.6"
serde = "1"
serde_derive = "1"
serde_json = "1"
chrono = { version = "0.4", features = ["serde"] }
[build-dependencies]
vergen = "0.1"