# 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 = "zinn" version = "0.2.1" description = "Manage build jobs for projects in YAML files" homepage = "https://github.com/jzbor/zinn" readme = "./README.md" license = "MIT" repository = "https://github.com/jzbor/zinn" [profile.release] opt-level = "s" lto = "thin" [dependencies.clap] version = "4.5.8" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.handlebars] version = "5.1.2" [dependencies.indicatif] version = "0.17.8" optional = true [dependencies.os_pipe] version = "1.2.0" [dependencies.regex-lite] version = "0.1.6" optional = true [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_yaml] version = "0.9.34" [dependencies.thiserror] version = "1.0.61" [features] default = [ "regex", "progress", ] progress = ["dep:indicatif"] regex = ["dep:regex-lite"]