# 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] edition = "2018" name = "verenc" version = "0.2.0" authors = ["Michael Lodder "] description = "An implementation of Camenisch Shoup verifiable encryption and decryption of discrete logs" documentation = "https://docs.rs/verenc" readme = "README.md" categories = ["cryptography", "algorithms"] license = "Apache-2.0 OR MIT" repository = "https://github.com/mikelodder7/verifiable-encryption" [dependencies.merlin] version = "3.0" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.unknown_order] version = "0.3" optional = true default-features = false [dependencies.zeroize] version = "1.4" features = ["zeroize_derive"] [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde_json] version = "1.0" [features] default = ["rust"] gmp = ["unknown_order/gmp"] openssl = ["unknown_order/openssl"] rust = ["unknown_order/rust"]