# 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 = "accumulator-plus" version = "1.0.3" authors = ["1016090998@qq.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Accumulator based on Biguint " readme = "README.md" license = "MIT" [lib] name = "accumulator_plus" path = "src/lib.rs" [[bench]] name = "accumulator_benches" path = "benches/accumulator_benches.rs" harness = false [dependencies.blake2-rfc] version = "0.2.18" [dependencies.num-bigint] version = "0.8.2" features = [ "i128", "prime", "zeroize", ] default-features = false package = "num-bigint-dig" [dependencies.num-integer] version = "0.1.39" default-features = false [dependencies.num-traits] version = "0.2.9" features = ["libm"] default-features = false [dependencies.rand] version = "0.8" [dependencies.rand_core] version = "0.6.4" default-features = false [dev-dependencies.criterion] version = "0.3"