# 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 = "fcmp" version = "0.3.1" authors = ["Skylor R Schermer "] exclude = ["*.sublime-project", "*.sublime-workspace"] description = "File compare utility" homepage = "https://github.com/solarretrace/fcmp-rs" readme = "readme.md" keywords = ["file", "cmp", "diff"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/solarretrace/fcmp-rs" resolver = "2" [profile.dev] opt-level = 0 lto = false debug = false debug-assertions = true rpath = false overflow-checks = true incremental = true [profile.dev.package."*"] opt-level = 3 codegen-units = 1 debug-assertions = false [profile.release] opt-level = 3 lto = "fat" codegen-units = 1 debug = true debug-assertions = false rpath = false overflow-checks = true incremental = false [lib] name = "fcmp" [dependencies.anyhow] version = "1.0.53" [dependencies.clap] version = "3.1.0" features = ["derive", "suggestions", "color"] [dependencies.serde] version = "1.0.136" features = ["derive"] optional = true [dev-dependencies.pretty_assertions] version = "1.1.0" [features] default = []