# 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" rust-version = "1.66" name = "crypto-ext" version = "9.0.0" authors = ["Bohdan Tsap "] description = "Set of cryptographic functions to encrypt, decrypt, sign, verify data" homepage = "https://github.com/bohdaq/crypto-ext" readme = "README.md" keywords = [ "encrypt", "decrypt", "sign", "verify", "digest", ] categories = [ "cryptography", "caching", "game-development", "web-programming", ] license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0" repository = "https://github.com/bohdaq/crypto-ext" [dependencies.aes-gcm] version = "0.10.1" [dependencies.openssl] version = "0.10.42" features = ["vendored"] [dependencies.p256] version = "0.11.1" features = ["ecdsa"] [dependencies.sha256] version = "1.1.1"