# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "sharks" version = "0.5.0" authors = ["Aitor Ruano "] description = "Fast, small and secure Shamir's Secret Sharing library crate" homepage = "https://github.com/c0dearm/sharks" readme = "README.md" keywords = ["shamir", "secret", "sharing", "share", "crypto"] categories = ["algorithms", "cryptography", "mathematics"] license = "MIT/Apache-2.0" repository = "https://github.com/c0dearm/sharks" [[bench]] name = "benchmarks" harness = false [dependencies.arbitrary] version = "0.4.7" features = ["derive"] optional = true [dependencies.hashbrown] version = "0.9" [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"] [badges.codecov] repository = "c0dearm/sharks" [badges.maintenance] status = "actively-developed"