# 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-core" version = "0.2.5" authors = ["David Drysdale "] description = "Core crate for Rust port of Google's Tink cryptography library" documentation = "https://docs.rs/tink-core" readme = "README.md" keywords = [ "cryptography", "tink", ] 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.digest] version = "^0.10.6" [dependencies.hkdf] version = "^0.12.3" [dependencies.lazy_static] version = "^1.4" [dependencies.rand] version = "^0.8" [dependencies.serde] version = "^1.0.155" features = ["derive"] optional = true [dependencies.serde_json] version = "^1.0.93" optional = true [dependencies.sha-1] version = "^0.10.1" [dependencies.sha2] version = "^0.10.6" [dependencies.subtle] version = "^2.4" [dependencies.tink-proto] version = "^0.2" [features] default = [] insecure = [] json = [ "tink-proto/json", "serde", "serde_json", ]