# 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 = "sss-rs" version = "0.12.0" authors = ["bilowik"] description = "A secret sharing scheme implemented in Rust" readme = "README.md" categories = ["cryptography"] license = "MIT" repository = "https://github.com/bilowik/sss-rs" [[bench]] name = "basic_sharing" harness = false [[bench]] name = "wrapped_sharing" harness = false [dependencies.galois_2p8] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.lazy_static] version = "1.3.0" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.7.0" optional = true [dependencies.sha3] version = "0.10.6" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tempfile] version = "3.6.0" [features] default = ["rayon"] fuzz_tests = [] rayon = ["dep:rayon"] wrapped_sharing_bench_use_disk_io = [] [badges.travis-ci] branch = "master" repository = "https://travis-ci.com/bilowik/sss-rs"