# 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 = "ordinal_crypto" version = "0.7.4" authors = ["sean watters "] description = "Moved to RGP crate" homepage = "https://github.com/seanwatters/rgp" readme = "README.md" keywords = [] categories = [] license = "MIT" repository = "https://github.com/seanwatters/rgp" [[bench]] name = "lib" harness = false [dependencies.blake2] version = "0.10.6" [dependencies.chacha20] version = "0.9.1" [dependencies.chacha20poly1305] version = "0.10.1" [dependencies.ed25519-dalek] version = "2.0.0" features = ["rand_core"] [dependencies.rand_core] version = "0.6.4" [dependencies.rayon] version = "1.8.1" optional = true [dependencies.x25519-dalek] version = "2.0.0" features = ["static_secrets"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] default = ["multi-thread"] multi-thread = ["dep:rayon"]