# 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.7" authors = ["Alexander Weber "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [[bin]] name = "neomake" path = "src/main.rs" [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.flume] version = "0.11.1" [dependencies.handlebars] version = "4.3.7" [dependencies.itertools] version = "0.11.0" [dependencies.mime] version = "0.3.17" [dependencies.notify] version = "6.1.1" [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.signal-hook] version = "0.3.17" [dependencies.thiserror] version = "1.0.44" [dependencies.threadpool] version = "1.8.1" [dependencies.tokio] version = "1.41.1" features = [ "rt", "rt-multi-thread", "macros", "process", ] [dependencies.toml] version = "0.7.6" optional = true [dependencies.walkdir] version = "2.4.0" [dev-dependencies.hoox] version = "0.3.0" [features] default = [] "format+json" = [] "format+ron" = ["dep:ron"] "format+toml" = ["dep:toml"]