# 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" rust-version = "1.79" name = "tracel-xtask" version = "1.1.6" authors = ["Tracel Technologies Inc."] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Reusable and Extensible xtask commands to manage repositories." readme = "README.md" keywords = [ "xtask", "cli", "cargo", "extensible", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/tracel-ai/xtask/tree/main/crates/tracel-xtask" [lib] name = "tracel_xtask" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.derive_more] version = "0.99.18" features = ["display"] default-features = false [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.regex] version = "1.10.5" [dependencies.serde_json] version = "1.0.116" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.tracel-xtask-macros] version = "1.1.6" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "registry", ] [dev-dependencies.rstest] version = "0.21.0"