# 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 = "2021" name = "cait-sith" version = "0.8.0" description = "Threshold ECDSA via Triples" readme = "README.md" license = "MIT" repository = "https://github.com/cronokirby/cait-sith" [[example]] name = "network-benches" path = "examples/network-benches.rs" required-features = ["k256"] [[bench]] name = "protocols" harness = false required-features = ["k256"] [dependencies.auto_ops] version = "0.3.0" [dependencies.ck-meow] version = "0.1.0" [dependencies.digest] version = "0.10.7" [dependencies.ecdsa] version = "0.16.8" features = [ "digest", "hazmat", ] [dependencies.elliptic-curve] version = "0.13.5" features = ["serde"] [dependencies.event-listener] version = "2.5.3" [dependencies.k256] version = "0.13.1" features = [ "sha256", "ecdsa", "serde", ] optional = true [dependencies.magikitten] version = "0.2.0" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.rmp-serde] version = "1.1.2" [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.smol] version = "1.3.0" [dependencies.subtle] version = "2.5.0" [dev-dependencies.criterion] version = "0.4" [dev-dependencies.easy-parallel] version = "3.2.0" [dev-dependencies.k256] version = "0.13.0" features = [ "sha256", "ecdsa", "serde", ] optional = false [dev-dependencies.structopt] version = "0.3.26" [features] k256 = ["dep:k256"]