opendev-tools-impl 0.1.4

Tool implementations for OpenDev: bash, file ops, git, web, memory, and more
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 = "2024"
name = "opendev-tools-impl"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool implementations for OpenDev: bash, file ops, git, web, memory, and more"
readme = false
license = "MIT"
resolver = "2"

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

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

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

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

[dependencies.dirs]
version = "6"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.open]
version = "5"

[dependencies.opendev-agents]
version = "0.1.4"

[dependencies.opendev-config]
version = "0.1.4"

[dependencies.opendev-context]
version = "0.1.4"

[dependencies.opendev-history]
version = "0.1.4"

[dependencies.opendev-http]
version = "0.1.4"

[dependencies.opendev-mcp]
version = "0.1.4"

[dependencies.opendev-models]
version = "0.1.4"

[dependencies.opendev-runtime]
version = "0.1.4"

[dependencies.opendev-tools-core]
version = "0.1.4"

[dependencies.opendev-tools-lsp]
version = "0.1.4"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "rustls",
    "stream",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.proptest]
version = "1"

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

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
    "test-util",
]