# 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 = "r255b3" version = "0.3.0" authors = ["Tristan "] exclude = [ ".gitignore", "shell.nix", ] description = "Short Schnorr signatures using Ristretto255 and Blake3" readme = "README.md" keywords = [ "schnorr", "digital-signature", "ristretto", "blake3", ] categories = ["cryptography"] license = "Unlicense" repository = "https://gitlab.com/adapt/r255b3/rust" [dependencies.blake3] version = "1.3.3" default-features = false [dependencies.curve25519-dalek] version = "4.0.0" [dependencies.subtle] version = "2.4.1" [dependencies.zeroize] version = "1.6.0" features = ["zeroize_derive"] optional = true [dev-dependencies.rand] version = "0.8" [features] default = [ "zeroize", "std", ] std = ["blake3/std"] zeroize = [ "dep:zeroize", "curve25519-dalek/zeroize", ]