# 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 = "2018" name = "tiny-ec" version = "0.1.3" authors = [ "Wei Tang ", "Chiro Hiro ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Pure Rust primitives for libecvrf." readme = "README.md" keywords = [ "crypto", "ECDSA", "ecvrf", "no_std", ] license = "Apache-2.0" repository = "https://github.com/orochi-network/tiny-ec" resolver = "2" [lib] name = "tiny_ec" path = "src/lib.rs" [dependencies.arrayref] version = "0.3" [dependencies.digest] version = "0.9" [dependencies.tiny-ec-core] version = "0.3.1" default-features = false [dependencies.typenum] version = "1.12" optional = true [dev-dependencies.clear_on_drop] version = "0.2" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.3.3" [dev-dependencies.secp256k1-test] version = "0.20.3" features = [ "rand-std", "recovery", ] package = "secp256k1" [dev-dependencies.serde_json] version = "1.0" [build-dependencies.libsecp256k1-gen-ecmult] version = "0.3.0" [build-dependencies.libsecp256k1-gen-genmult] version = "0.3.0" [features] default = [ "std", "static-context", ] static-context = [] std = ["tiny-ec-core/std"]