ranvier-core 0.30.0

Protocol-agnostic core for Ranvier - Typed Decision Engine
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-core"
version = "0.30.0"
authors = ["CELLAXON Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol-agnostic core for Ranvier - Typed Decision Engine"
homepage = "https://ranvier.studio"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ranvier-rs/ranvier"
resolver = "2"

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

[dependencies.ahash]
version = "0.8"

[dependencies.anyhow]
version = "1.0"

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

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

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

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.49.0"
features = [
    "full",
    "rt-multi-thread",
    "macros",
]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "registry",
    "env-filter",
    "registry",
    "json",
]

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

[lints.clippy]
collapsible_if = "allow"
large_enum_variant = "allow"
result_large_err = "allow"
should_implement_trait = "allow"
too_many_arguments = "allow"
type_complexity = "allow"