# 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 = "xtaskops" version = "0.4.2" authors = ["Dotan Nahum "] description = "Goodies for working with the xtask concept" documentation = "https://docs.rs/xtaskops" readme = "README.md" keywords = ["xtask"] categories = ["development-tools"] license = "Apache-2.0" repository = "https://github.com/jondot/xtaskops" resolver = "1" [dependencies.anyhow] version = "1" [dependencies.clap] version = "3" optional = true [dependencies.derive_builder] version = "^0.12.0" [dependencies.dialoguer] version = "^0.10.1" [dependencies.duct] version = "0.13.5" [dependencies.fs_extra] version = "1.3.0" [dependencies.glob] version = "0.3.0" [dev-dependencies] [features] clap = ["dep:clap"] default = ["clap"]