# 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 = "red-jubjub" version = "0.0.20" authors = [ "ashWhiteHat", "KiriosK", ] description = "reddsa signature implementation on jubjub" homepage = "https://github.com/KogarashiNetwork/Kogarashi/" readme = "README.md" keywords = [ "zkp", "blockchain", "elliptic-curve", ] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/KogarashiNetwork/Kogarashi/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--html-in-header", "katex-header.html", ] [dependencies.blake2b_simd] version = "1" default-features = false [dependencies.bls-12-381] version = "0.0.23" default-features = false [dependencies.jub-jub] version = "0.0.20" default-features = false [dependencies.parity-scale-codec] version = "2.0.0" features = ["derive"] default-features = false [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.serde] version = "1.0.102" features = ["derive"] default-features = false [dependencies.zkstd] version = "0.0.22" default-features = false [dev-dependencies.hex-literal] version = "0.3.1" default-features = false [dev-dependencies.rand] version = "0.8" [features] default = ["std"] std = ["rand_core/getrandom"]