libsecp256k1 0.1.11

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

[lib]
name = "secp256k1"
[dependencies.typenum]
version = "1.9"

[dependencies.hmac-drbg]
version = "0.1"

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

[dev-dependencies.etcommon-hexutil]
version = "0.2"

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