ranvier-runtime 0.14.2

Async Execution Engine for Ranvier
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"
rust-version = "1.93.0"
name = "ranvier-runtime"
version = "0.14.2"
authors = ["CELLAXON Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Execution Engine for Ranvier"
homepage = "https://ranvier.studio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ranvier-rs/ranvier"
resolver = "2"

[features]
default = []
persistence-postgres = ["dep:sqlx"]
persistence-redis = ["dep:redis"]

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.ranvier-core]
version = "0.14.2"

[dependencies.ranvier-inspector]
version = "0.14.2"

[dependencies.redis]
version = "0.29.5"
features = [
    "tokio-comp",
    "connection-manager",
]
optional = true

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio",
    "postgres",
    "mysql",
    "sqlite",
    "chrono",
    "uuid",
    "json",
]
optional = true

[dependencies.tokio]
version = "1.49.0"
features = [
    "full",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1.44"

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