# 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 = "garden-tools" version = "1.9.1" authors = ["David Aguilar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Garden grows and cultivates collections of Git trees Garden lets you define and run commands over collections of configuration-defined multi-worktree Git environments.""" homepage = "https://garden-rs.gitlab.io" documentation = "https://docs.rs/garden-tools/latest/garden" readme = "README.md" keywords = [ "git", "development", "sandboxes", "vcs", "worktree", ] categories = [ "command-line-utilities", "development-tools", "development-tools::build-utils", ] license = "MIT" repository = "https://gitlab.com/garden-rs/garden" [package.metadata.deb] assets = [ [ "target/release/garden", "usr/bin/", "755", ], [ "LICENSE", "usr/share/doc/garden/", "644", ], [ "doc/src/changelog.md", "usr/share/doc/garden/CHANGELOG.md", "644", ], [ "README.md", "usr/share/doc/garden/README.md", "644", ], [ "pkg/deb/userguide/*", "usr/share/doc/garden/userguide/", "644", ], [ "pkg/deb/userguide/css/*", "usr/share/doc/garden/userguide/css/", "644", ], [ "pkg/deb/userguide/examples/*", "usr/share/doc/garden/userguide/examples/", "644", ], [ "pkg/deb/userguide/examples/command-interpreters/*", "usr/share/doc/garden/userguide/examples/command-interpreters/", "644", ], [ "pkg/deb/userguide/examples/git-cola/*", "usr/share/doc/garden/userguide/examples/git-cola/", "644", ], [ "pkg/deb/userguide/examples/node/*", "usr/share/doc/garden/userguide/examples/node/", "644", ], [ "pkg/deb/userguide/examples/photo-restoration/*", "usr/share/doc/garden/userguide/examples/photo-restoration/", "644", ], [ "pkg/deb/userguide/examples/python/*", "usr/share/doc/garden/userguide/examples/python/", "644", ], [ "pkg/deb/userguide/FontAwesome/css/*", "usr/share/doc/garden/userguide/FontAwesome/css/", "644", ], [ "pkg/deb/userguide/FontAwesome/fonts/*", "usr/share/doc/garden/userguide/FontAwesome/fonts/", "644", ], [ "pkg/deb/completion/garden.bash", "usr/share/bash-completion/completions/garden", "644", ], [ "pkg/deb/completion/garden.fish", "usr/share/fish/vendor_completions.d/garden.fish", "644", ], [ "pkg/deb/completion/_garden", "usr/share/zsh/vendor-completions/", "644", ], ] extended-description = """ Garden helps you define development workflows that operate over collections of self-contained and inter-dependent Git worktrees. """ name = "garden" section = "utils" [profile.deb] debug = 0 inherits = "release" [profile.release] debug = 1 [profile.release-lto] opt-level = 3 lto = "fat" codegen-units = 1 debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false inherits = "release" strip = "symbols" [lib] name = "garden" path = "src/lib.rs" [[bin]] name = "garden" path = "src/bin/garden.rs" test = false doc = false [[test]] name = "config_test" path = "tests/config_test.rs" [[test]] name = "eval_test" path = "tests/eval_test.rs" [[test]] name = "includes_test" path = "tests/includes_test.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [[test]] name = "plant_test" path = "tests/plant_test.rs" [[test]] name = "query_config_test" path = "tests/query_config_test.rs" [[test]] name = "query_test" path = "tests/query_test.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "string", ] [dependencies.clap_complete] version = "4.5" [dependencies.crossbeam] version = "0.8" [dependencies.derivative] version = "2.2" [dependencies.dirs] version = "5.0" [dependencies.glob] version = "0.3" [dependencies.indexmap] version = "2.6" [dependencies.indextree] version = "4.7" [dependencies.is-terminal] version = "0.4" [dependencies.pathdiff] version = "0.2" [dependencies.rayon] version = "1.10" [dependencies.rm_rf] version = "0.6.2" [dependencies.shell-words] version = "1.1" [dependencies.shellexpand] version = "3.1" features = ["full"] [dependencies.shlex] version = "1.3.0" [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.subprocess] version = "0.2" [dependencies.thiserror] version = "1.0" [dependencies.which] version = "6.0" [dependencies.xdg] version = "2.5" [dependencies.yaml-rust] version = "0.9" package = "yaml-rust2" [dependencies.yansi] version = "1.0" [dev-dependencies.assert_cmd] version = "2.0.13" [dev-dependencies.function_name] version = "0.3.0" [badges.maintenance] status = "actively-developed"