# 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] name = "centipede" version = "0.3.1" authors = [ "Omer ", "Gary ", ] description = "A scheme for instantiating KMS's with recovery" readme = "README.md" keywords = [ "cryptography", "crypto", ] categories = ["cryptography"] license = "GPL-3.0" repository = "https://github.com/ZenGo-X/centipede" [lib] crate-type = ["lib"] [[bench]] name = "v_backup" path = "benches/v_backup.rs" harness = false [dependencies.bulletproof-kzen] version = "1.2.1" default-features = false [dependencies.curv-kzen] version = "0.10" default-features = false [dependencies.generic-array] version = "0.14" [dependencies.rayon] version = "1.0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.sha2] version = "0.9" [dev-dependencies.criterion] version = "0.2" [features] default = ["curv-kzen/rust-gmp-kzen"]