# 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 = "workspace-gen" version = "0.10.0" description = "Given several subdirectories containing cargo projects, creates a parent workspace manifest file" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/avantgardnerio/workspace-gen" resolver = "2" [dependencies.anyhow] version = "1.0.58" [dependencies.cargo_toml] version = "0.11.5" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.configparser] version = "3.0.0" [dependencies.git2] version = "0.15.0" [dependencies.pathdiff] version = "0.2.1" [dependencies.regex] version = "1.6.0" [dependencies.text_io] version = "0.1.12" [dependencies.toml] version = "0.5.9"