nested_workspace 0.7.6

Run Cargo commands on workspaces in workspaces
Documentation
# 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 = "2024"
rust-version = "1.95"
name = "nested_workspace"
version = "0.7.6"
authors = ["Samuel Moelius <sam@moeli.us>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run Cargo commands on workspaces in workspaces"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/smoelius/nested_workspace"

[features]
__disable_offline_check = []
__disable_supply_chain_test = []

[lib]
name = "nested_workspace"
path = "src/lib.rs"

[[test]]
name = "build_script_always_runs"
path = "tests/build_script_always_runs/main.rs"

[[test]]
name = "ci"
path = "tests/ci.rs"

[[test]]
name = "trycmd"
path = "tests/trycmd.rs"

[[test]]
name = "z_stress"
path = "tests/z_stress.rs"

[dependencies.anstyle]
version = "1.0"

[dependencies.anyhow]
version = "1.0"

[dependencies.cargo_metadata]
version = "0.23"

[dependencies.dunce]
version = "1.0"

[dependencies.elaborate]
version = "1.2"

[dependencies.env_logger]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.39"

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.regex]
version = "1.12"

[dev-dependencies.similar-asserts]
version = "2.0"

[dev-dependencies.tempfile]
version = "3.27"

[dev-dependencies.toml]
version = "1.1"

[dev-dependencies.trycmd]
version = "1.2"

[dev-dependencies.walkdir]
version = "2.5"

[lints.clippy]
missing-errors-doc = "allow"
missing-panics-doc = "allow"

[lints.clippy.pedantic]
level = "warn"
priority = -1