# 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" rust-version = "1.74" name = "baxzup" version = "1.0.0" authors = ["Felicia.iso"] description = "Create backups using XZ compression" readme = "README.md" keywords = [ "xz", "tar", "backup", "compressor", ] categories = [ "command-line-utilities", "filesystem", ] license = "Zlib" repository = "https://github.com/Maiori44/Baxzup" [profile.release] lto = true [dependencies.chrono] version = "0.4.33" [dependencies.clap] version = "4.4.18" features = [ "derive", "cargo", "wrap_help", "string", ] [dependencies.colored] version = "2.1.0" [dependencies.dirs] version = "5.0.1" [dependencies.fs-id] version = "0.2.0" [dependencies.indicatif] version = "0.17.7" [dependencies.os_pipe] version = "1.1.5" [dependencies.regex] version = "1.10.3" [dependencies.shh] version = "1.0.1" [dependencies.supports-unicode] version = "2.1.0" [dependencies.sysinfo] version = "0.30.5" [dependencies.tar] version = "0.4.40" [dependencies.toml] version = "0.8.8" features = ["preserve_order"] [dependencies.xz2] version = "0.1.7" [features] default = [] pause = []