# 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 = "dev-workspaces" version = "0.2.0" authors = ["Will Czifro wiil@czifro.me"] description = "A dev tool to simplify working with workspace directories" documentation = "https://docs.rs/dev-workspaces" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/czifro/dev-workspaces" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.home] version = "0.5.9" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_yaml] version = "0.9.32" [dev-dependencies.rstest] version = "0.18.2"