# 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 = "codump" version = "0.1.1" authors = ["Pistonight "] exclude = [ ".github/**/*", "README.md.txtpp", "tests/**/*", "Justfile", ] description = "A straightforward and flexible code/comment dump tool" readme = "README.md" keywords = ["tool"] license = "GPL-3.0" repository = "https://github.com/Pistonite/codump" [lib] name = "codump" path = "src/lib.rs" [[bin]] name = "codump" path = "src/main.rs" required-features = ["cli"] [dependencies.clap] version = "4.3.11" features = [ "cargo", "derive", ] optional = true [dependencies.regex] version = "1.9.1" [dev-dependencies.toml] version = "0.7.6" [features] cli = ["clap"]