fuzzytags-sim/Cargo.toml

23 lines
578 B
TOML

[package]
name = "fuzzytags-sim"
version = "0.1.0"
authors = ["Sarah Jamie Lewis <sarah@openprivacy.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
fuzzytags = {version="0.4.0", features=["entangled","bulk_verify"]}
rand = "0.8.3"
rand_distr = "0.4.0"
hashbrown = "0.9.1"
termcolor = "1.1.2"
clap = "3.0.0-beta.2"
tracing = "0.1.22"
tracing-subscriber = "0.2.15"
hex = "0.4.2"
csv = "1.1"
serde = { version = "1", features = ["derive"] }
rayon = "1.5.0"
itertools = "0.10.0"
rug = "1.11.0"