# 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 = "plume_rustcrypto" version = "0.2.1" description = "Implementation of PLUME: nullifier friendly signature scheme on ECDSA; using the k256 library" keywords = [ "nullifier", "zero-knowledge", "ECDSA", "PLUME", ] categories = [ "cryptography", "cryptography::cryptocurrencies", ] license = "MIT" repository = "https://github.com/plume-sig/zk-nullifier-sig/" [dependencies.k256] version = "~0.13.3" features = [ "arithmetic", "hash2curve", "expose-field", "sha2", ] [dependencies.num-bigint] version = "~0.4.3" [dependencies.num-integer] version = "~0.1.45" [dependencies.rand_core] version = "~0.6.3" [dependencies.serde] version = "^1.0.0" features = ["derive"] optional = true [dependencies.signature] version = "^2.2.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.hex-literal] version = "0.3.4" [features] default = ["serde"] serde = [ "dep:serde", "k256/serde", ]