newgit 0.2.0

Branch-bound tracker and resource orchestration for parallel agent development
# 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.96.1"
name = "newgit"
version = "0.2.0"
authors = ["Jack Wen"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Branch-bound tracker and resource orchestration for parallel agent development"
homepage = "https://github.com/Spheroman/newgit"
readme = "README.md"
keywords = [
    "vcs",
    "git",
    "workspace",
    "agents",
    "orchestration",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Spheroman/newgit"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

[dependencies.camino]
version = "1.2"

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

[dependencies.newgit-core]
version = "0.2.0"

[lints.clippy]
dbg_macro = "warn"
todo = "warn"
unwrap_used = "warn"

[lints.rust]
unsafe_code = "forbid"