# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "seedbox" version = "0.2.0" authors = ["Igor Gulamov "] description = "Library for generating math objects from seeds" homepage = "https://github.com/zeropoolnetwork/fawkes-crypto" license = "MIT/Apache-2.0" repository = "https://github.com/zeropoolnetwork/fawkes-crypto" [dependencies.rand_chacha] version = "0.3.1" default-features = false [dependencies.rand_core] version = "0.6.0" default-features = false [dependencies.sha3] version = "0.9.1" default-features = false [features] default = ["std"] std = ["rand_chacha/std", "rand_core/std", "sha3/std"]