[package] name = "hadean-std" version = "0.2.0" authors = ["Aidan Hobson Sayers ", "Alec Mocatta "] description = "Hadean stdlib. Requires Hadean Rust." license = "Apache-2.0/MIT" readme = "README.md" documentation = "https://rust.hadean.org/hadean_std/" repository = "https://github.com/hadeaninc/stdlib-rust" homepage = "https://hadean.com/" keywords = ["hadean", "cloud"] [dependencies] hadean = { path = "../bindings", version = "0.2.0" } #linked-hash-map = "0.1.0" #num-traits = "0.1" #odds = "0.2.14" [dev-dependencies] rand = "0.3.14"