ave 0.9.0

Aggregated Ave crate re-exporting the main public workspace crates
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.91.0"
name = "ave"
version = "0.9.0"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Aggregated Ave crate re-exporting the main public workspace crates"
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",
    "prometheus",
]
ext-sqlite = [
    "ave-core/ext-sqlite",
    "ave-bridge/ext-sqlite",
]
http = ["dep:ave-http"]
openapi = ["ave-bridge/openapi"]
prometheus = ["ave-bridge/prometheus"]
rocksdb = [
    "ave-core/rocksdb",
    "ave-bridge/rocksdb",
]
sqlite = [
    "ave-core/sqlite",
    "ave-bridge/sqlite",
]

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

[dependencies.ave-bridge]
version = "0.9.0"
default-features = false

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

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

[dependencies.ave-http]
version = "0.9.0"
optional = true
default-features = false

[dependencies.ave-identity]
version = "0.3.0"

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

[profile.experimental]
lto = "thin"
codegen-units = 16
inherits = "release"
strip = "debuginfo"

[profile.release]
lto = "fat"
codegen-units = 1
strip = "symbols"