# 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.71.1" name = "xtasks" version = "0.0.2" authors = ["The xtasks contributors"] build = "build.rs" exclude = [ "/.git/*", "/.github/*", "/.gitignore", "/.vscode/*", ] include = [ "/CONTRIBUTING.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/build.rs", "/Cargo.toml", "/README.md", "/src/**", ] description = """ Essential tools and tasks for Rust projects using the xtask pattern, simplifying common build and development workflows. """ homepage = "https://xtasks.pro" documentation = "https://docs.rs/xtasks" readme = "README.md" keywords = ["xtasks"] categories = [ "command-line-interface", "command-line-utilities", "compilers", "config", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/sebastienrousseau/xtasks" [package.metadata.docs.rs] all-features = true [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [profile.test] opt-level = 0 lto = false codegen-units = 256 debug = 2 debug-assertions = true rpath = false overflow-checks = true incremental = true strip = false [lib] name = "xtasks" crate-type = ["lib"] path = "src/lib.rs" [[bin]] name = "xtasks" path = "src/main.rs" [dependencies.anyhow] version = "1.0.77" [dependencies.clap] version = "4.4.12" optional = false [dependencies.derive_builder] version = "^0.12.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dtt] version = "0.0.5" [dependencies.duct] version = "0.13.7" [dependencies.fs_extra] version = "1.3.0" [dependencies.glob] version = "0.3.1" [dependencies.rlg] version = "0.0.2" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.vrd] version = "0.0.5" [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.tempfile] version = "3.9.0" [features] cli = [] default = []