# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "zkp-u256" version = "0.2.1" authors = ["Remco Bloemen ", "Mason Liang ", "Paul Vienhage "] description = "Performant implementation of 256-bit unsigned integers" readme = "Readme.md" keywords = ["cryptography", "u256", "algebra", "no-std", "wasm"] categories = ["algorithms", "cryptography", "no-std", "wasm", "science"] license = "Apache-2.0" repository = "https://github.com/0xProject/starkcrypto/tree/master/algebra/u256" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", ".cargo/katex-header.html"] [[bench]] name = "benchmark" harness = false [dependencies.crunchy] version = "0.2.2" default_features = false [dependencies.hex] version = "0.4.0" default_features = false [dependencies.itertools] version = "0.9.0" default_features = false [dependencies.no-std-compat] version = "0.4.0" features = ["alloc"] [dependencies.num-traits] version = "0.2.10" default_features = false [dependencies.parity-scale-codec] version = "1.3.0" optional = true default-features = false [dependencies.proptest] version = "0.9.4" optional = true [dependencies.proptest-derive] version = "0.1.2" optional = true [dependencies.rand] version = "0.7.2" optional = true [dependencies.serde] version = "1.0" optional = true default_features = false [dev-dependencies.bincode] version = "1.2.1" [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.proptest] version = "0.9.5" [dev-dependencies.proptest-derive] version = "0.1.2" [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.zkp-macros-decl] version = "0.2.0" [features] asm = [] default = ["inline", "rand", "std", "serde"] inline = [] parity_codec = ["parity-scale-codec/derive"] stable = [] std = ["crunchy/std", "hex/std", "itertools/use_std", "no-std-compat/std", "num-traits/std", "parity-scale-codec/std", "serde/std"]