camel-bridge 0.9.0

Bridge process lifecycle management for rust-camel (spawn, health, download)
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 = "camel-bridge"
version = "0.9.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bridge process lifecycle management for rust-camel (spawn, health, download)"
homepage = "https://github.com/kennycallado/rust-camel"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/kennycallado/rust-camel"
resolver = "2"

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

[dependencies.bytes]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.prost]
version = "0.14"

[dependencies.reqwest]
version = "0.13"
features = [
    "rustls",
    "stream",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.11"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

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

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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