libsecp256k1 0.2.1

Pure Rust secp256k1 implementation.
Documentation
# 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"
version = "0.2.1"
authors = ["Wei Tang <hi@that.world>"]
description = "Pure Rust secp256k1 implementation."
keywords = ["crypto", "ECDSA", "secp256k1", "bitcoin", "no_std"]
license = "Apache-2.0"
repository = "https://source.that.world/source/libsecp256k1-rs/"

[lib]
name = "secp256k1"
[dependencies.arrayref]
version = "0.3"

[dependencies.digest]
version = "0.6"

[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.clear_on_drop]
version = "0.2.3"

[dev-dependencies.rand]
version = "0.4"

[dev-dependencies.secp256k1-test]
version = "0.7"