# 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 = "2018" name = "fullcodec-jubjub" version = "0.2.0" authors = ["Sean Bowe ", "Eirik Ogilvie-Wigley ", "Jack Grigg ", "CPerezz ", "NoCtrlZ"] exclude = [".github/workflows/ci.yml", "github/workflows/rust.yml", ".gitignore"] description = "Dusk's fork of the implementation of the Jubjub elliptic curve group" homepage = "https://github.com/dusk-network/jubjub" keywords = ["cryptography", "jubjub", "zk-snarks", "ecc", "elliptic-curve"] categories = ["algorithms", "cryptography", "science"] license = "MIT/Apache-2.0" repository = "https://github.com/dusk-network/jubjub" [dependencies.bls12_381] version = "0.2" default-features = false package = "fullcodec-bls12_381" [dependencies.canonical] version = "0.6" optional = true default-features = false [dependencies.canonical_derive] version = "0.6" optional = true [dependencies.dusk-bytes] version = "0.1" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.subtle] version = "0.2.0" default-features = false package = "fullcodec-subtle" [dev-dependencies.blake2] version = "0.9" [dev-dependencies.rand_xorshift] version = "0.2" default-features = false package = "fullcodec_rand_xorshift"