# 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 = "corg" version = "0.1.0" description = "A cog-like tool" readme = "README.md" license = "Apache-2.0" resolver = "2" [lib] name = "corg" path = "src/lib.rs" [[bin]] name = "corg" path = "src/bin.rs" required-features = ["cli"] [dependencies.anyhow] version = "1.0.42" optional = true [dependencies.clap] version = "3.0.7" features = ["derive"] optional = true [dependencies.colored] version = "2.0.0" optional = true [dependencies.difference] version = "2.0.0" optional = true [dependencies.md5] version = "0.7.0" optional = true [dependencies.regex] version = "1.5.4" [dependencies.shlex] version = "1.0.0" [dependencies.thiserror] version = "1.0.26" [features] checksum = ["md5"] cli = ["anyhow", "difference", "clap", "colored", "checksum"]