corgi-build 0.1.58

PoC: deterministic, content-addressed, lock-free cargo-compatible build tool
# 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.90"
name = "corgi-build"
version = "0.1.58"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PoC: deterministic, content-addressed, lock-free cargo-compatible build tool"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ConradIrwin/corgi"

[[bin]]
name = "corgi"
path = "src/main.rs"

[[test]]
name = "end_to_end"
path = "tests/end_to_end.rs"

[dependencies.anyhow]
version = "1"

[dependencies.cargo-zigbuild]
version = "=0.23.0"
default-features = false

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "error-context",
    "help",
    "std",
    "usage",
]
default-features = false

[dependencies.glob]
version = "0.3"

[dependencies.jobserver]
version = "0.1.35"

[dependencies.libc]
version = "0.2"

[dependencies.memchr]
version = "2.8.3"

[dependencies.regex]
version = "1"

[dependencies.semver]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11.0"

[dependencies.tar]
version = "0.4"
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.toml_edit]
version = "0.22"

[dependencies.zstd]
version = "0.13"
default-features = false

[profile.release]
codegen-units = 1
panic = "abort"