ave-common 0.4.0

Averiun Ledger common library
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-common"
version = "0.4.0"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Averiun Ledger common library"
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]
common = [
    "ave-identity",
    "value-wrapper",
]
default = ["common"]
openapi = ["utoipa"]
typescript = ["ts-rs"]
value-wrapper = []

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

[dependencies.ave-identity]
version = "0.2.0"
optional = true

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.ts-rs]
version = "12"
features = [
    "serde-compat",
    "serde-json-impl",
]
optional = true

[dependencies.utoipa]
version = "5.4.0"
optional = true

[dev-dependencies]