# 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 = "c255b3" version = "0.0.3" authors = ["Tristan "] exclude = [ ".gitignore", "shell.nix", "doc/c255b3.dot", ] description = "Schorr signatures based Curve25519 and Blake3" readme = "README.md" keywords = [ "cryptography", "signature", "curve25519", "blake3", ] categories = ["cryptography"] license = "Unlicense" repository = "https://gitlab.com/adapt/r255b3/rust" [dependencies.blake3] version = "1.3.3" [dependencies.curve25519-dalek] version = "4.0.0-rc.2" [dependencies.subtle] version = "2.4.1" [dependencies.zeroize] version = "1.6.0" [dev-dependencies.rand] version = "0.8"