# 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 = "passring" version = "0.1.6" authors = ["Stanislav Zhevachevskyi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Secret remote electronic voting based on ring signatures" homepage = "https://docs.nau-gitiral/passring/" documentation = "https://docs.rs/passring" readme = "README.md" license = "AGPL-3.0-only" repository = "https://github.com/passring/passring" [lib] name = "passring" path = "src/lib.rs" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.curve25519-dalek] version = "4.1.3" features = [ "rand_core", "digest", ] [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.nazgul] version = "1.0.0" features = ["no_std"] default-features = false [dependencies.rand_core] version = "0.6.4" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.sha3] version = "0.10.8" [dependencies.thiserror] version = "1.0.64" [dependencies.uuid] version = "1.10.0" features = [ "serde", "v4", ] [features] serde = []