# 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 = "humor" version = "0.0.3" authors = ["AX"] description = "A tool to execute commands based on YAML configuration files." homepage = "https://github.com/AXEwiges/humor" readme = "README.md" keywords = ["cli"] categories = [ "command-line-utilities", "command-line-interface", ] license = "MIT/Apache-2.0" repository = "https://github.com/AXEwiges/humor" [lib] name = "humor" path = "src/lib.rs" [[bin]] name = "humor" path = "src/main.rs" [[test]] name = "cli_tests" path = "tests/cli_tests.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.dirs] version = "5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "2.1" [dev-dependencies.tempfile] version = "3.2"