# 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 = "criticaltrust" version = "0.4.0" description = "Digital signatures implementation for criticalup" license = "MIT OR Apache-2.0" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.aws-config] version = "1.0.0" features = ["behavior-version-latest"] optional = true [dependencies.aws-sdk-kms] version = "1.3.0" optional = true [dependencies.aws-smithy-runtime-api] version = "1.0.0" optional = true [dependencies.base64] version = "0.21.2" [dependencies.elliptic-curve] version = "0.13.5" features = ["pkcs8"] [dependencies.p256] version = "0.13.2" features = ["ecdsa-core"] [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] [dependencies.serde] version = "1.0.136" features = ["derive"] [dependencies.serde_json] version = "1.0.79" [dependencies.sha2] version = "0.10.7" [dependencies.thiserror] version = "1.0.30" [dependencies.time] version = "0.3.7" features = [ "std", "serde", "serde-well-known", ] [dependencies.tokio] version = "1.29.1" features = [ "rt", "rt-multi-thread", ] optional = true [dev-dependencies.itertools] version = "0.10.3" [features] aws-kms = [ "aws-sdk-kms", "aws-config", "aws-smithy-runtime-api", "tokio", ]