# 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 = "afid" version = "0.4.0" authors = ["Egor Kurtashkin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A small cmp clone" homepage = "https://github.com/bananaofhappiness/afid" readme = "README.md" keywords = [ "cli", "diff", "file", "compare", "cmp", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/bananaofhappiness/afid" [lib] name = "afid" path = "src/lib.rs" [[bin]] name = "afid" path = "src/main.rs" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.xxhash-rust] version = "0.8.12" features = ["xxh3"]