# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rsbackup" version = "0.1.1" authors = ["initcool "] description = "rsbackup is a cross-platform file backup tool written in Rust, designed to simplify the backup process. It supports Windows, Linux, and macOS, and is open source under the GPL license." homepage = "https://github.com/limitcool/rsbackup" documentation = "https://docs.rs/rsbackup" readme = "README-en.md" keywords = [ "filesystem", "rust", "backup", "file", "storage", ] categories = [ "filesystem", "backup", ] license = "GPL-3.0-or-later" repository = "https://github.com/limitcool/rsbackup" [dependencies.directories] version = "5.0.1" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.sha2] version = "0.10.8" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-appender] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.walkdir] version = "2.5.0"