# 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-hybrid" version = "0.2.5" authors = ["David Drysdale "] description = "Hybrid encryption functionality for Rust port of Google's Tink cryptography library" documentation = "https://docs.rs/tink-hybrid" readme = "README.md" keywords = [ "cryptography", "tink", "hybrid", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/project-oak/tink-rust" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.p256] version = "^0.11.1" features = ["ecdh"] [dependencies.tink-aead] version = "^0.2" optional = true [dependencies.tink-core] version = "^0.2.3" [dependencies.tink-daead] version = "^0.2" optional = true [dependencies.tink-proto] version = "^0.2" [features] aead = ["tink-aead"] daead = ["tink-daead"] default = [ "aead", "daead", ]