# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "libsecp256k1-rs" version = "0.2.4" authors = ["Wei Tang ", "CjS77 <>"] description = "secp256k1 implementation and utilities" keywords = ["crypto", "ECDSA", "secp256k1"] license = "BSD-3-Clause" repository = "https://github.com/tari-labs/libsecp256k1-rs/" [dependencies.arrayref] version = "0.3" [dependencies.digest] version = "0.6" [dependencies.hex] version = "0.3.2" [dependencies.hmac-drbg] version = "0.1" [dependencies.rand] version = "0.4" default-features = false [dependencies.sha2] version = "0.6" [dependencies.typenum] version = "1.9" [dev-dependencies.secp256k1-test] version = "0.7"