# 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 = "ark-std" version = "0.5.0" authors = ["arkworks contributors"] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library for no_std compatibility" homepage = "https://arkworks.rs" documentation = "https://docs.rs/ark-std/" readme = "README.md" keywords = ["no_std"] categories = ["cryptography"] license = "MIT/Apache-2.0" repository = "https://github.com/arkworks-rs/std" [profile.bench] opt-level = 3 lto = "thin" debug = 0 debug-assertions = false rpath = false incremental = true [profile.dev] opt-level = 0 [profile.test] opt-level = 3 lto = "thin" debug = 2 debug-assertions = true incremental = true [lib] name = "ark_std" path = "src/lib.rs" [dependencies.colored] version = "2" optional = true [dependencies.num-traits] version = "0.2" default-features = false [dependencies.rand] version = "0.8" features = ["std_rng"] default-features = false [dependencies.rayon] version = "1" optional = true [dev-dependencies.rand] version = "0.8" features = ["std"] [features] default = ["std"] getrandom = ["rand/std"] parallel = [ "rayon", "std", ] print-trace = [ "std", "colored", ] std = []