# 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 = "vsss-rs-std" version = "3.0.0-pre4" authors = ["Michael Lodder "] description = "Verifiable Secret Sharing Schemes for splitting, combining and verifying secret shares" homepage = "https://github.com/mikelodder7/vsss-rs-std" documentation = "https://docs.rs/vsss-rs-std" readme = "README.md" keywords = [ "crypto", "sharing", "secret", "verifiable", ] categories = [ "cryptography", "algorithms", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/mikelodder7/vsss-rs-std" [dependencies.anyhow] version = "1.0" [dependencies.curve25519-dalek] version = "3" optional = true [dependencies.elliptic-curve] version = "0.13" features = ["ecdh"] [dependencies.hex] version = "0.4" [dependencies.rand_chacha] version = "0.3" default-features = false [dependencies.rand_chacha_02] version = "0.2" default-features = false package = "rand_chacha" [dependencies.rand_core] version = "0.6" [dependencies.serde] version = "1.0" features = ["serde_derive"] [dependencies.sha2-9] version = "0.9" optional = true package = "sha2" [dependencies.subtle] version = "2.4" [dependencies.thiserror] version = "1.0" [dependencies.uint-zigzag] version = "0.2" features = ["std"] [dependencies.zeroize] version = "1" features = ["zeroize_derive"] [dev-dependencies.bls12_381_plus] version = "0.8.0-pre2" [dev-dependencies.ed25519-dalek] version = "1.0" [dev-dependencies.k256] version = "0.13" features = [ "arithmetic", "bits", ] [dev-dependencies.p256] version = "0.13" features = [ "arithmetic", "bits", ] [dev-dependencies.rand] version = "0.8" [dev-dependencies.rand_7] version = "0.7" package = "rand" [dev-dependencies.rand_xorshift] version = "0.3" [dev-dependencies.serde_bare] version = "0.5" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.sha2] version = "0.10" [dev-dependencies.x25519-dalek] version = "1.1" [features] curve25519 = [ "curve25519-dalek", "sha2-9", ] default = ["curve25519"]