# 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 = "fuzip" version = "0.1.1" authors = ["alpha-tango-kilo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Fuzzy zipping for scripting" readme = "README.md" categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://codeberg.org/alpha-tango-kilo/fuzip" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "fuzip" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.5" features = [ "std", "help", "usage", "wrap_help", "derive", "deprecated", ] default-features = false [dependencies.env_logger] version = "0.11" features = [ "color", "auto-color", ] default-features = false [dependencies.log] version = "0.4" [dependencies.pathfinding] version = "4.11" [dependencies.regex-lite] version = "0.1.6" [dependencies.shlex] version = "1.3" [dependencies.strsim] version = "0.11"