# 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" name = "webcryptobox" version = "2.1.1" authors = ["Johannes J. Schmidt "] description = "Convenient opiniated wrappers around OpenSSL to use WebCrypto compatible cryptography." homepage = "https://github.com/jo/webcryptobox-rs" documentation = "https://docs.rs/webcryptobox/latest/webcryptobox/" readme = "README.md" keywords = [ "WebCrypto", "crypto", "ec", "aes", ] license = "Apache-2.0" repository = "https://github.com/jo/webcryptobox-rs" [dependencies.hex] version = "0.4.3" [dependencies.openssl] version = "0.10.64"