# 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 = "klu" version = "0.1.0" authors = ["Maix "] description = "A small library/cli to work with a simple archive format" keywords = [ "archive", "package", ] categories = [ "command-line-interface", "filesystem", "parsing", ] license = "MIT" repository = "https://github.com/Maix0/klu" resolver = "2" [[bin]] name = "klu" path = "src/bin/main.rs" required-features = ["cli"] [dependencies.clap] version = "3.2.8" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.31" [dependencies.walkdir] version = "2.3.2" [features] cli = ["dep:clap"] default = []