# 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 = "webbuf_secp256k1" version = "0.8.5" authors = ["Ryan X. Charles "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust WASM elliptic curve secp256k1 for digital signatures and Diffie-Hellman key exchange" readme = "README.md" license = "MIT" repository = "https://github.com/ryanxcharles/webbuf" [lib] name = "webbuf_secp256k1" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.k256] version = "0.13.4" features = ["arithmetic"] default-features = false [dependencies.wasm-bindgen] version = "0.2" optional = true [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.k256] version = "0.13.4" features = [ "arithmetic", "ecdsa", ] default-features = false [dev-dependencies.log] version = "0.4" [dev-dependencies.rfc6979] version = "0.4.0" [dev-dependencies.secp256k1] version = "0.30.0" [dev-dependencies.sha2] version = "0.10.8" [dev-dependencies.webbuf_blake3] version = "0.8.5" [features] wasm = ["wasm-bindgen"]