# 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 = "2021" name = "pvss" version = "0.2.0" authors = ["Vincent Hanquez "] description = "Publicly verifiable secret sharing implementations" homepage = "https://github.com/vincenthz/rust-pvss" readme = "README.md" keywords = [ "Crypto", "Cryptography", "Secret", "Sharing", ] categories = ["cryptography"] license = "MIT" repository = "https://github.com/vincenthz/rust-pvss" [lib] name = "pvss" [dependencies.cryptoxide] version = "0.4" optional = true [dependencies.eccoxide] version = "0.3" optional = true [dependencies.getrandom] version = "0.2" optional = true [dependencies.openssl] version = "0.10" optional = true [features] default = ["eccoxide"] eccoxide = [ "dep:eccoxide", "dep:cryptoxide", "dep:getrandom", ] openssl = ["dep:openssl"]