# 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 = "permer" version = "0.1.1" authors = ["ByteSudoer"] exclude = [ ".gitignore", ".github/*", "bacon.toml", "Dockerfile", ] description = "Permer is a CLI tool written in Rust that provides information about files present in your file system." readme = "README.md" categories = [ "command-line-utilities", "filesystem", ] license-file = "LICENSE" repository = "https://github.com/ByteSudoer/Permer" [package.metadata.deb] assets = [ [ "target/release/permer", "usr/bin/", "755", ], [ "README.md", "usr/share/doc/permer/README", "644", ], ] copyright = "2023, ByteSudoer" depends = "$auto" extended-description = "Permer is a CLI tool written in Rust that provides information about files present in your file system." license-file = ["LICENSE"] maintainer = "ByteSudoer" priority = "optional" section = "utility" [[bin]] name = "permer" path = "src/main.rs" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.5" [dependencies.cli-table] version = "0.4.7" [dependencies.colored] version = "2.0.4" [dependencies.users] version = "0.11.0"