# 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 = "pumpkin" version = "2.0.1" authors = ["Zach Dziura "] description = "A cryptographically secure prime number generator" homepage = "https://zcdziura.github.io/pumpkin/pumpkin" readme = "README.md" keywords = ["prime", "number", "cryptography", "generator"] license = "Unlicense/MIT" repository = "https://github.com/zcdziura/pumpkin" [lib] name = "pumpkin" path = "src/lib.rs" doctest = false [dependencies.clippy] version = "0.0.*" optional = true [dependencies.custom_derive] version = "0.1" [dependencies.newtype_derive] version = "0.1" [dependencies.ramp] version = "0.3" [dependencies.rand] version = "0.3" [features] dev = ["clippy"] unstable = []