aube-workspace 2.2.0

pnpm-workspace.yaml discovery and workspace: protocol resolution for Aube
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.91"
name = "aube-workspace"
version = "2.2.0"
build = false
include = ["src/**/*.rs"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "pnpm-workspace.yaml discovery and workspace: protocol resolution for Aube"
homepage = "https://github.com/jdx/aube"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jdx/aube"

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

[dependencies.aube-codes]
version = "2"

[dependencies.aube-manifest]
version = "2"
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.pathdiff]
version = "0.2"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

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