[package] name = "mg-shamir" version = "1.3.0" edition = "2021" license = "Apache-2.0" description = "Metal Gear shamir library" homepage = "https://gitlab.com/metalgearhq/libshamir/" repository = "https://gitlab.com/metalgearhq/libshamir/" [dependencies] rand = "0.8.5" bitvec = "1.0.1" lazy_static = "1" hmac = "0.12.1" sha2 = "0.10.7" thiserror = "1.0.47" [dev-dependencies] quickcheck = "1.0.3" flate2 = "1.0.27" itertools = "0.11.0"