# 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 = "txtpp" version = "0.2.4" authors = ["Pistonight "] build = false exclude = [ "tests/examples/**/*", "docs/*", ".github/**/*", "Taskfile.yml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A simple-to-use general purpose preprocessor for text files." readme = "README.md" keywords = [ "preprocessor", "tool", "template", "macro", "include", ] categories = [ "development-tools::build-utils", "template-engine", ] license = "GPL-3.0" repository = "https://github.com/Pistonite/txtpp" [lib] name = "txtpp" path = "src/lib.rs" [[bin]] name = "txtpp" path = "src/main.rs" required-features = ["cli"] [[test]] name = "test" path = "tests/test.rs" [dependencies.clap] version = "^4.4.7" features = [ "cargo", "derive", ] optional = true [dependencies.derivative] version = "2.2.0" [dependencies.env_logger] version = "0.11.5" [dependencies.error-stack] version = "0.5.0" [dependencies.log] version = "0.4.22" [dependencies.termcolor] version = "1.4.1" [dependencies.threadpool] version = "1.8.1" [dependencies.which] version = "^5.0.0" [dev-dependencies.copy_dir] version = "^0.1.2" [dev-dependencies.murmur3] version = "^0.5.2" [features] cli = ["clap"] default = ["cli"]