duplicate-kriller 1.2.0

A fast file deduplicator. Replaces duplicate files with identical content with hardlinks.
Documentation
# 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]
name = "duplicate-kriller"
version = "1.2.0"
authors = ["Kornel Lesiński <kornel@geekhood.net>"]
description = "A fast file deduplicator. Replaces duplicate files with identical content with hardlinks."
homepage = "https://github.com/pornel/duplicate-kriller"
documentation = "https://github.com/pornel/duplicate-kriller#readme"
keywords = ["dupe", "duplicate", "deduplication"]
categories = ["command-line-utilities", "filesystem"]
license = "MIT"
repository = "https://github.com/pornel/duplicate-kriller"
[profile.release]
opt-level = 3
lto = true
panic = "abort"

[[bin]]
name = "duplicate-kriller"
path = "src/bin.rs"
[dependencies.serde]
version = "1.0"
optional = true

[dependencies.sha1]
version = "0.2.0"

[dependencies.serde_json]
version = "1.0"
optional = true

[dependencies.getopts]
version = "0.2.14"

[dependencies.serde_derive]
version = "1.0"
optional = true
[dev-dependencies.file]
version = "1.1.1"

[dev-dependencies.tempdir]
version = "0.3.5"

[features]
default = ["json"]
json = ["serde", "serde_derive", "serde_json"]