# 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 = "zero-crypto" version = "0.1.11" authors = [ "ashWhiteHat", "KiriosK", ] description = "Algebra Primitives" homepage = "https://github.com/KogarashiNetwork/Kogarashi/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/KogarashiNetwork/core/" [[test]] name = "arithmetics" path = "tests/limbs.rs" required-features = ["std"] [dependencies.dusk-bytes] version = "0.1" [dependencies.parity-scale-codec] version = "2" features = ["derive"] default-features = false [dependencies.paste] version = "1.0.11" [dependencies.rand_core] version = "0.6.4" default-features = false [dependencies.sp-std] version = "3.0.0" default-features = false [dependencies.subtle] version = "2.0" default-features = false [features] default = ["std"] std = ["rand_core/getrandom"]