[package]
edition = "2021"
rust-version = "1.88"
name = "newt-git"
version = "0.7.1"
authors = ["Shawn Hartsock <hartsock@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embedded git engine for newt agents: grit-lib wrapped in the GitCaveats OCAP surface"
homepage = "https://github.com/hartsock/newt-agent"
readme = false
keywords = [
"newt",
"agent",
"git",
"ocap",
"drake",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/hartsock/newt-agent"
[lib]
name = "newt_git"
path = "src/lib.rs"
[dependencies.grit-lib]
version = "0.4"
[dependencies.newt-core]
version = "=0.7.1"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.serde_json]
version = "1.0"
[dev-dependencies.tempfile]
version = "3"