# 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 = "ecies" version = "0.2.7" authors = ["Weiliang Li "] description = "Elliptic Curve Integrated Encryption Scheme for secp256k1" homepage = "https://ecies.org/rs/" documentation = "https://docs.rs/ecies/latest/ecies/" readme = "README.md" keywords = [ "secp256k1", "crypto", "ecc", "ecies", "cryptocurrency", ] license = "MIT" repository = "https://github.com/ecies/rs" [[bench]] name = "simple" path = "bench/simple.rs" harness = false [dependencies.aes-gcm] version = "0.10.3" optional = true default-features = false [dependencies.chacha20poly1305] version = "0.10.1" optional = true default-features = false [dependencies.getrandom] version = "=0.2.14" default-features = false [dependencies.hkdf] version = "0.12.4" default-features = false [dependencies.libsecp256k1] version = "0.7.1" features = ["static-context"] default-features = false [dependencies.once_cell] version = "1.19.0" features = ["critical-section"] default-features = false [dependencies.openssl] version = "0.10.64" optional = true default-features = false [dependencies.parking_lot] version = "0.12.2" [dependencies.rand_core] version = "0.6.4" features = ["getrandom"] default-features = false [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.typenum] version = "1.17.0" optional = true default-features = false [dev-dependencies.criterion] version = "0.4.0" default-features = false [dev-dependencies.hex] version = "0.4.3" features = ["alloc"] default-features = false [features] aes-12bytes-nonce = [] default = ["openssl"] openssl = ["dep:openssl"] pure = [ "aes-gcm/aes", "typenum", ] std = [ "hkdf/std", "sha2/std", "once_cell/std", "libsecp256k1/std", ] xchacha20 = ["chacha20poly1305"] [target."cfg(all(target_arch = \"wasm32\", not(target_os=\"unknown\")))".dependencies.once_cell] version = "1.19.0" features = ["std"] default-features = false [target."cfg(all(target_arch = \"wasm32\", target_os=\"unknown\"))".dependencies.getrandom] version = "=0.2.14" features = ["js"] default-features = false [target."cfg(all(target_arch = \"wasm32\", target_os=\"unknown\"))".dependencies.once_cell] version = "1.19.0" features = ["std"] default-features = false [target."cfg(all(target_arch = \"wasm32\", target_os=\"unknown\"))".dependencies.wasm-bindgen] version = "0.2.92" default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.futures-util] version = "0.3.30" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.reqwest] version = "0.12.4" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.37.0" features = ["rt-multi-thread"] default-features = false [target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test] version = "0.3.42"