cargo-binstall/crates/cargo-toml-workspace/Cargo.toml
github-actions[bot] 42f2eb834e
release: cargo-toml-workspace v5.0.0 (#1599)
chore: Release

Co-authored-by: github-actions <github-actions@github.com>
2024-02-03 07:25:52 +00:00

22 lines
629 B
TOML

[package]
name = "cargo-toml-workspace"
version = "5.0.0"
edition = "2021"
description = "Parse cargo workspace and load specific crate"
repository = "https://github.com/cargo-bins/cargo-binstall"
documentation = "https://docs.rs/cargo-toml-workspace"
rust-version = "1.65.0"
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
license = "Apache-2.0 OR MIT"
[dependencies]
cargo_toml = "0.19.1"
compact_str = { version = "0.7.0", features = ["serde"] }
glob = "0.3.1"
normalize-path = { version = "0.2.1", path = "../normalize-path" }
serde = "1.0.163"
thiserror = "1.0.52"
tracing = "0.1.39"
[dev-dependencies]
tempfile = "3.5.0"