# 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.2.5" 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.14.8" features = ["der"] [dependencies.ed25519-dalek] version = "^1.0.1" [dependencies.generic-array] version = "^0.14.6" [dependencies.p256] version = "^0.11.1" [dependencies.rand] version = "^0.7" [dependencies.signature] version = "^1.6" [dependencies.tink-core] version = "^0.2" [dependencies.tink-proto] version = "^0.2"