nido-build-queue 0.0.0-alpha.0

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

[features]
default = []

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

[dependencies]