# 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 = "archie-cli" version = "0.1.1" description = "Archie is a simple CLI tool that allows you to archive infrequently used folders effortlessly and intelligently." readme = "README.md" license = "MIT" repository = "https://github.com/davnotdev" [[bin]] name = "archie" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.argh] version = "0.1.12" [dependencies.b64] version = "0.4.0" [dependencies.homedir] version = "0.2.1" [dependencies.rust-lzma] version = "0.6.0" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.tar] version = "0.4.40" [dependencies.toml] version = "0.8.2"