mirror of
https://github.com/darakian/ddh.git
synced 2026-09-10 07:06:21 -04:00
27 lines
572 B
TOML
27 lines
572 B
TOML
[package]
|
|
name = "ddh"
|
|
version = "0.13.0"
|
|
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 = { version = "4.0.0", features = ["derive"] }
|
|
rayon = "1.4"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
siphasher = "0.3"
|
|
nohash-hasher = "0.2"
|
|
sha2 = "0.10.9"
|
|
blake3 = "1.8.2"
|
|
|
|
[profile.release]
|
|
lto = true
|
|
debug=false
|
|
opt-level = 3
|