drove 0.1.2

Versioned, declarative agent workspaces
# 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.88"
name = "drove"
version = "0.1.2"
build = false
include = [
    "src/**",
    "tests/**",
    "examples/**",
    "docs/*.md",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Versioned, declarative agent workspaces"
homepage = "https://github.com/radiator-engineering/Drove"
readme = "README.md"
keywords = [
    "cli",
    "workspace",
    "declarative",
    "herdr",
    "devtools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/radiator-engineering/Drove"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }{ archive-suffix }"
pkg-fmt = "txz"
bin-dir = "{ name }-{ target }/{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.clap]
version = "4.6.6"
features = ["derive"]

[dependencies.hex]
version = "0.4.3"

[dependencies.interprocess]
version = "2.4.4"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.sha2]
version = "0.11.0"

[dependencies.starlark]
version = "0.14.2"

[dev-dependencies.assert_cmd]
version = "2.2.2"

[dev-dependencies.predicates]
version = "3.1.4"

[dev-dependencies.tempfile]
version = "3.27.0"

[lints.clippy]
unwrap_used = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "deny"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
lto = true
codegen-units = 1
strip = true