# 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 = "package_file_verify" version = "0.1.1" description = "Verify if a given file is currently in the deployed state according to the local package manager." license = "MIT OR Apache-2.0" repository = "https://github.com/micrictor/package_file_verify" resolver = "2" [[bin]] name = "cli" required-features = ["cli"] [dependencies.clap] version = "3.1" features = ["derive"] optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.log] version = "0.4" [dependencies.os_info] version = "3" default-features = false [features] cli = ["env_logger", "clap"]