ave-bridge 0.11.0

Application bridge for embedding and configuring the Ave runtime
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.95.0"
name = "ave-bridge"
version = "0.11.0"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application bridge for embedding and configuring the Ave runtime"
homepage = "https://averiun.com"
readme = "README.md"
keywords = [
    "traceability",
    "distributed-ledger",
    "Averiun",
    "sustainability",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Averiun-Ledger/ave"
resolver = "2"

[features]
default = [
    "prometheus",
    "sqlite",
    "ext-sqlite",
]
ext-sqlite = ["ave-core/ext-sqlite"]
openapi = ["ave-common/openapi"]
prometheus = ["axum"]
rocksdb = ["ave-core/rocksdb"]
sqlite = ["ave-core/sqlite"]
test = [
    "ave-network/test",
    "ave-core/test",
]

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

[dependencies.ave-common]
version = "0.9.0"

[dependencies.ave-core]
version = "0.11.0"
default-features = false

[dependencies.ave-network]
version = "0.9.1"

[dependencies.axum]
version = "0.8.9"
optional = true

[dependencies.clap]
version = "4.6.1"
features = ["derive"]

[dependencies.config]
version = "0.15.22"
features = [
    "json",
    "toml",
    "yaml",
]

[dependencies.getrandom]
version = "0.4.2"

[dependencies.pkcs8]
version = "0.10.2"
features = ["encryption"]

[dependencies.prometheus-client]
version = "0.24.1"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = [
    "rt",
    "macros",
    "sync",
    "time",
    "signal",
    "process",
]

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

[dependencies.tracing]
version = "0.1.44"

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