blahaj/Cargo.toml

29 lines
759 B
TOML
Raw Normal View History

2020-01-10 16:08:30 +00:00
[package]
name = "sharks"
2020-03-23 14:16:43 +00:00
version = "0.3.3"
2020-01-10 16:08:30 +00:00
authors = ["Aitor Ruano <codearm@pm.me>"]
2020-01-13 11:32:47 +00:00
description = "Fast, small and secure Shamir's Secret Sharing library crate"
2020-01-10 16:08:30 +00:00
homepage = "https://github.com/c0dearm/sharks"
repository = "https://github.com/c0dearm/sharks"
readme = "README.md"
keywords = ["shamir", "secret", "sharing", "share", "crypto"]
categories = ["algorithms", "cryptography", "mathematics"]
license = "MIT/Apache-2.0"
edition = "2018"
[badges]
maintenance = { status = "actively-developed" }
2020-03-23 14:14:18 +00:00
codecov = { repository = "c0dearm/sharks" }
2020-01-10 16:08:30 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
rand = "0.7"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "benchmarks"
harness = false