ave-contract-sdk 0.7.1

Ave contract SDK
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-contract-sdk"
version = "0.7.1"
authors = ["Averiun Ledger, SL <info@averiun.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ave contract SDK"
homepage = "https://averiun.com"
readme = "README.md"
keywords = [
    "blockchain",
    "distributed-ledger",
    "Averiun",
    "sustainability",
]
license = "AGPL-3.0-only"
repository = "https://github.com/Averiun-Ledger/ave-contract-sdk"

[lib]
name = "ave_contract_sdk"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.ave-common]
version = "0.9.0"
features = ["value-wrapper"]
default-features = false

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"