summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 43bbf04be5a0faae79ce4b0af5adc6cfe6a9fad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "ddh"
version = "0.11.3"
authors = ["Jon Moroney <jmoroney@hawaii.edu>"]
edition = "2018"
description = "Compare and contrast directories"
license = "LGPL-3.0"
homepage = "https://github.com/darakian/ddh"
repository = "https://github.com/darakian/ddh"
documentation = "https://docs.rs/ddh"
readme = "README.md"

[dependencies]
clap = "2.33"
rayon = "1.3"
serde = "1.0"
serde_json = "1.0"
siphasher = "0.3"
nohash-hasher = "0.2"

[profile.release]
lto = true
debug=false
opt-level = 3