# 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 = "vento" version = "1.3.0" authors = ["Lux Aliaga "] build = "build.rs" description = "A CLI inventory for your files" readme = "README.md" keywords = [ "utility", "file-manager", "inventory", ] categories = [ "command-line-utilities", "filesystem", ] license = "GPL-3.0-or-later" repository = "https://git.sr.ht/~nixgoat/vento" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3.23" features = ["derive"] [dependencies.colored] version = "2" [dependencies.config] version = "0.13" [dependencies.dirs] version = "5.0" [dependencies.fs_extra] version = "1.3" [dependencies.serde] version = "1.0" [dependencies.size_format] version = "1.0.2" [dependencies.tar] version = "0.4" [dependencies.xz2] version = "0.1" [build-dependencies.anyhow] version = "1.0.65" [build-dependencies.man] version = "0.3.0"