rivetkit-engine-process 2.3.0-rc.14

Resolves, spawns, and reuses the rivet-engine subprocess for local hosts and the CLI
# 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 = "rivetkit-engine-process"
version = "2.3.0-rc.14"
authors = ["Rivet Gaming, LLC <developer@rivet.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Resolves, spawns, and reuses the rivet-engine subprocess for local hosts and the CLI"
homepage = "https://rivet.dev"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rivet-dev/rivet"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.82"

[dependencies.reqwest]
version = "0.12.22"
features = [
    "json",
    "rustls-tls-native-roots",
    "rustls-tls-webpki-roots",
]
default-features = false

[dependencies.rivet-error]
version = "=2.3.0-rc.14"

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

[dependencies.serde_json]
version = "1.0.128"
features = ["raw_value"]

[dependencies.sha2]
version = "0.10"

[dependencies.tokio]
version = "1.44.0"
features = [
    "full",
    "tracing",
]

[dependencies.tracing]
version = "0.1.40"

[dependencies.url]
version = "2.5.4"
features = ["serde"]

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

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