# 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 = "superboring" version = "0.1.4" authors = ["Frank Denis "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A reimplementation of the 'boring' crate in pure Rust." homepage = "https://github.com/jedisct1/rust-superboring" readme = "README.md" keywords = [ "boringssl", "crypto", "cryptography", "boring", "rust", ] categories = [ "wasm", "api-bindings", "cryptography", ] license = "ISC" repository = "https://github.com/jedisct1/rust-superboring" [lib] name = "superboring" path = "src/lib.rs" [dependencies.hmac-sha256] version = "1.1.8" features = ["traits010"] optional = true [dependencies.hmac-sha512] version = "1.1.6" features = [ "traits010", "sha384", ] optional = true [dependencies.rand] version = "0.8.5" optional = true [dependencies.rrsa] version = "0.9.7" features = [ "getrandom", "hazmat", "pem", "sha2", "std", "u64_digit", ] optional = true package = "rsa" [features] default = ["enabled"] enabled = [ "rrsa", "rand", "hmac-sha256", "hmac-sha512", ] [target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), target_os = "unknown"))'.dependencies.getrandom] version = "0.2" features = ["js"]