# 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" rust-version = "1.56" name = "kvarn-chute" version = "0.4.0" authors = ["Icelk "] description = "A Markdown converter designed to use the Kvarn templating engine." homepage = "https://kvarn.org/chute/" readme = "README.md" keywords = [ "markdown", "kvarn-extension", "kvarn", "templates", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Icelk/kvarn/" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "chute" path = "src/main.rs" required-features = ["bin"] [dependencies.clap] version = "4" features = ["cargo"] optional = true [dependencies.clap_autocomplete] version = ">= 0.4.1" optional = true [dependencies.colored] version = "2.0" [dependencies.env_logger] version = "0.11" features = [ "auto-color", "humantime", ] optional = true default-features = false [dependencies.kvarn_utils] version = "0.6" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" optional = true [dependencies.notify] version = "6" [dependencies.notify-debouncer-full] version = "0.3" default-features = false [dependencies.pulldown-cmark] version = "0.10" features = [ "simd", "html", ] default-features = false [dependencies.syntect] version = "5.0.0" features = ["default-fancy"] default-features = false [dependencies.time] version = "0.3" features = [ "formatting", "macros", "local-offset", ] optional = true [dependencies.time-tz] version = "2" features = ["system"] optional = true [dependencies.unicode_categories] version = "0.1" [features] bin = [ "env_logger", "log", "clap", ] completion = ["clap_autocomplete"] date = [ "time", "time-tz", ] default = [ "date", "bin", "completion", ]