[package]
name = "nido-build-queue"
version = "0.0.0-alpha.0"
edition = "2021"
rust-version = "1.88"
license = "MIT OR Apache-2.0"
repository = "https://github.com/nash87/nido"
authors = ["Florian Schulz"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-release metadata crate reserving the Nido Build Queue capacity-aware build-queue namespace."
documentation = "https://docs.rs/nido-build-queue"
homepage = "https://github.com/nash87/nido"
readme = "README.md"
keywords = ["nido", "queue", "builds", "agents", "local"]
categories = ["development-tools"]
include = ["/Cargo.toml", "/README.md", "/src/lib.rs"]
publish = ["crates-io"]
[lib]
path = "src/lib.rs"
[features]
default = []
[dependencies]