# 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 = "star-sharks" version = "0.6.1" authors = [ "Aitor Ruano ", "Alex Davidson ", "Ralph Giles ", ] description = "Shamir's Secret Sharing library for the STAR protocol" readme = "README.md" keywords = [ "shamir", "secret", "sharing", "share", "crypto", ] categories = [ "algorithms", "cryptography", "mathematics", ] license = "MIT/Apache-2.0" repository = "https://github.com/brave/sta-rs" [[bench]] name = "benchmarks" harness = false [dependencies.arbitrary] version = "1.3.0" features = ["derive"] optional = true [dependencies.bitvec] version = "1.0.1" default-features = false [dependencies.byteorder] version = "1" default-features = false [dependencies.ff] version = "0.13" features = ["derive"] [dependencies.rand] version = "0.8.5" default-features = false [dependencies.zeroize] version = "1.5.5" features = ["zeroize_derive"] optional = true [dev-dependencies.criterion] version = "0.5" [dev-dependencies.rand_chacha] version = "0.3" [features] default = [ "std", "zeroize_memory", ] fuzzing = [ "std", "arbitrary", ] std = [ "rand/std", "rand/std_rng", ] zeroize_memory = ["zeroize"]