# 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 = "libss" version = "0.1.0" authors = ["Ali Mousa "] description = "libss is a Rust library for secret sharing." readme = "README.md" keywords = ["secret-sharing", "gf256", "shamir", "threshold", "cryptography"] categories = ["cryptography"] license = "MIT" repository = "https://github.com/amousa11/libss" [profile.bench] opt-level = 3 lto = "thin" debug = false debug-assertions = false rpath = false incremental = true [profile.release] opt-level = 3 lto = "thin" incremental = true [[bench]] name = "bench" harness = false [dependencies.rand] version = "0.4.0" [dependencies.subtle] version = "2.1.0" [dev-dependencies.criterion] version = "0.2" [dev-dependencies.quickcheck] version = "0.8.2" [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "amousa11/libss"