ta-submit 0.15.15-alpha.3

Submit adapters for VCS integration in Trusted Autonomy
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"
name = "ta-submit"
version = "0.15.15-alpha.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Submit adapters for VCS integration in Trusted Autonomy"
homepage = "https://github.com/trustedautonomy/ta"
readme = false
keywords = [
    "ai",
    "agent",
    "autonomy",
    "vcs",
    "review",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/trustedautonomy/ta"

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.serde_json]
version = "1"

[dependencies.ta-changeset]
version = "0.15.15-alpha.3"

[dependencies.ta-goal]
version = "0.15.15-alpha.3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"