use-rust-cargo 0.1.0

Composable Cargo project and workspace primitives for RustUse.
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.0"
name = "use-rust-cargo"
version = "0.1.0"
authors = ["RustUse Contributors"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Composable Cargo project and workspace primitives for RustUse."
homepage = "https://rustuse.org"
documentation = "https://docs.rs/use-rust-cargo"
readme = "README.md"
keywords = [
    "rustuse",
    "cargo",
    "workspace",
    "manifest",
]
categories = [
    "development-tools",
    "config",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustUse/use-rust"
resolver = "2"

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

[dependencies.camino]
version = "1.1"
features = ["serde1"]

[dependencies.cargo_metadata]
version = "0.19"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.toml_edit]
version = "0.22"