# 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 = "earthbucks_secp256k1" version = "0.8.5" authors = ["Ryan X. Charles "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Elliptic curve secp256k1 for EarthBucks with optional support for WASM." readme = "README.md" license = "MIT" repository = "https://github.com/earthbucks/earthbucks" [lib] name = "earthbucks_secp256k1" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.earthbucks_k256] version = "0.8.2" features = [ "arithmetic", "ecdsa", ] default-features = false [dependencies.hex] version = "0.4.3" [dependencies.wasm-bindgen] version = "0.2" optional = true [features] wasm = ["wasm-bindgen"]