backup_rat 0.6.0

A highly configurable backup tool
# 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]
edition = "2018"
name = "backup_rat"
version = "0.6.0"
authors = ["System.rat"]
description = "A highly configurable backup tool"
homepage = "https://github.com/System-rat/backup-rat"
documentation = "https://github.com/System-rat/backup-rat"
readme = "USAGE.md"
keywords = ["backup", "files", "cli"]
categories = ["command-line-interface", "command-line-utilities", "filesystem"]
license = "MPL-2.0"
repository = "https://github.com/System-rat/backup-rat"
[profile.release]
opt-level = 3
lto = true
debug = false
debug-assertions = false
panic = "abort"
incremental = false

[[bin]]
name = "backup-rat"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2.31.2"

[dependencies.directories]
version = "1.0.1"

[dependencies.num_cpus]
version = "1.0"

[dependencies.regex]
version = "1.0.1"

[dependencies.serde]
version = "1.0.66"

[dependencies.serde_derive]
version = "1.0.66"

[dependencies.toml]
version = "0.4.6"