# 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] name = "fungtaai" version = "0.1.1" authors = ["quininer "] description = "Fortuna PRNG implementation in Rust" keywords = ["random", "PRNG", "cryptography"] categories = ["cryptography", "no-std"] license = "MIT" repository = "https://github.com/quininer/sp800-185" [dependencies.byteorder] version = "1" features = ["i128"] default-features = false [dev-dependencies.aesni] version = "0.1" [dev-dependencies.digest] version = "0.6" [dev-dependencies.sha2] version = "0.6" [badges.travis-ci] repository = "quininer/fungtaai" [badges.appveyor] repository = "quininer/fungtaai"