# 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 = "ring_signature_verifier" version = "0.1.4" authors = [ "Cypher Lab ", "Elli610 ", ] description = "A rust implementation of ring signatures generated by an Alice's Ring library" documentation = "https://docs.alicesring.cypherlab.org/docs/rust-verifier" readme = "README.md" license = "MIT" repository = "https://github.com/Cypher-Laboratory/Alice-s-Ring" [dependencies.base64] version = "0.22.1" [dependencies.elliptic-curve] version = "0.13.8" [dependencies.hex] version = "0.4" [dependencies.k256] version = "0.13.3" features = [ "hash2curve", "expose-field", ] [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha2] version = "0.10.8" [dependencies.sha3] version = "0.10.6"