# 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 = "2018" name = "adss" version = "0.2.3" authors = [ "eV ", "Alex Davidson ", ] description = "Adept Secret Sharing framework" documentation = "https://docs.rs/adss" readme = "README.md" keywords = [ "crypto", "secret", "share", ] categories = [ "cryptography", "algorithms", ] license = "MPL-2.0" repository = "https://github.com/brave/sta-rs" resolver = "2" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.star-sharks] version = "0.6.0" features = ["zeroize_memory"] default-features = false [dependencies.strobe-rs] version = "0.10.0" [dependencies.zeroize] version = "1.5.5"