# 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 = "blahaj" version = "0.6.0" authors = ["Ryan Heywood "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fast, small, and secure Shamir's Secret Sharing" homepage = "https://git.distrust.co/public/blahaj" readme = "README.md" keywords = [ "shamir", "secret", "sharing", "share", "cryptography", ] categories = [ "algorithms", "cryptography", "mathematics", ] license = "MIT" repository = "https://git.distrust.co/public/blahaj" [lib] name = "blahaj" path = "src/lib.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.arbitrary] version = "0.4.7" features = ["derive"] optional = true [dependencies.hashbrown] version = "0.15" [dependencies.rand] version = "0.8" default-features = false [dependencies.zeroize] version = "1.2.0" features = ["zeroize_derive"] optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand_chacha] version = "0.3" [features] default = [ "std", "zeroize_memory", ] fuzzing = [ "std", "arbitrary", ] std = [ "rand/std", "rand/std_rng", ] zeroize_memory = ["zeroize"]