ave-core 0.10.0

Averiun Ledger core runtime and node API
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-core"
version = "0.10.0"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Averiun Ledger core runtime and node API"
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 = [
    "sqlite",
    "ext-sqlite",
]
ext-sqlite = ["ave-actors/export-sqlite"]
rocksdb = ["ave-actors/rocksdb"]
sqlite = ["ave-actors/sqlite"]
test = []

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

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

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

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

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

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

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

[dependencies.ave-actors]
version = "0.11.1"
default-features = false

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.borsh]
version = "1.6.1"
features = [
    "std",
    "derive",
]

[dependencies.bytes]
version = "1.11.1"
features = ["serde"]

[dependencies.json-patch]
version = "4.1.0"

[dependencies.lru]
version = "0.17.0"

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

[dependencies.rand]
version = "0.10.1"

[dependencies.reqwest]
version = "0.13.2"
features = ["json"]

[dependencies.rmp-serde]
version = "1.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.time]
version = "0.3.47"
features = [
    "std",
    "formatting",
    "parsing",
]

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

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

[dependencies.tracing]
version = "0.1.44"

[dependencies.wasmtime]
version = "44.0.0"

[dev-dependencies.ave-network]
version = "0.9.1"
features = ["test"]

[dev-dependencies.axum]
version = "0.8.9"

[dev-dependencies.futures]
version = "0.3.32"

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

[dev-dependencies.test-log]
version = "0.2.20"
features = ["trace"]

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