# 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 = "2018" name = "tink-signature" version = "0.3.0" authors = ["David Drysdale "] description = "Signature functionality for Rust port of Google's Tink cryptography library" documentation = "https://docs.rs/tink-signature" readme = "README.md" keywords = [ "cryptography", "tink", "signature", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/project-oak/tink-rust" [dependencies.ecdsa] version = "^0.16.9" features = [ "der", "signing", "verifying", ] [dependencies.ed25519-dalek] version = "2.1.1" features = ["rand_core"] [dependencies.generic-array] version = "^0.14.7" [dependencies.p256] version = "^0.13.2" features = ["ecdsa"] [dependencies.rand] version = "^0.8" [dependencies.signature] version = "^2.2" [dependencies.tink-core] version = "^0.3" [dependencies.tink-proto] version = "^0.3"