# 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 = "neomake" version = "0.5.2" authors = ["Alexander Weber "] description = "Yet another task runner." homepage = "https://neomake.sh" readme = "docs/README.md" keywords = [ "make", "cli", "task", "runner", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/replicadse/neomake" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.19" [dependencies.clap-markdown] version = "0.1.3" [dependencies.clap_complete] version = "4.3.2" [dependencies.clap_mangen] version = "0.2.12" [dependencies.crossterm] version = "0.26.1" [dependencies.fancy-regex] version = "0.11.0" [dependencies.handlebars] version = "4.3.7" [dependencies.itertools] version = "0.11.0" [dependencies.mime] version = "0.3.17" [dependencies.ron] version = "0.8.0" optional = true [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.175" features = ["derive"] [dependencies.serde_json] version = "1.0.103" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.44" [dependencies.threadpool] version = "1.8.1" [dependencies.tokio] version = "1.29.1" features = [ "rt", "rt-multi-thread", "macros", ] [dependencies.toml] version = "0.7.6" optional = true [dev-dependencies.rusty-hook] version = "0.11.2" [features] default = [] format_json = [] format_ron = ["dep:ron"] format_toml = ["dep:toml"]