rdedup 3.1.1

Data deduplication with compression and public key encryption. - binary
# 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 = "rdedup"
version = "3.1.1"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
exclude = ["lib/**/*", "tester/**"]
description = "Data deduplication with compression and public key encryption. - binary"
homepage = "https://github.com/dpc/rdedup"
documentation = "https://docs.rs/rdedup"
readme = "README.md"
keywords = ["data", "backup", "dedupliation", "encryption", "dedup"]
license = "MPL-2.0"
repository = "https://github.com/dpc/rdedup"
[profile.test]
opt-level = 2
lto = false
debug = true
debug-assertions = true

[profile.dev]
opt-level = 0
lto = false
debug = true
debug-assertions = true

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

[[bin]]
name = "rdedup"
path = "src/bin.rs"
[dependencies.clap]
version = "2"

[dependencies.hex]
version = "0.3"

[dependencies.log]
version = "0.3.6"

[dependencies.rdedup-lib]
version = "3.1.0"

[dependencies.rpassword]
version = "2"

[dependencies.slog]
version = "2.0.10"
features = ["max_level_trace", "release_max_level_trace"]

[dependencies.slog-async]
version = "2"

[dependencies.slog-term]
version = "2"

[dependencies.url]
version = "1"

[features]
default = ["with-bzip2", "with-deflate", "with-xz2", "with-zstd"]
with-bzip2 = ["rdedup-lib/with-bzip2"]
with-deflate = ["rdedup-lib/with-deflate"]
with-xz2 = ["rdedup-lib/with-xz2"]
with-zstd = ["rdedup-lib/with-zstd"]