[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sha3]
version = "0.10"
[dependencies.uuid]
features = ["v4"]
version = "1.8"
[lib]
crate-type = ["rlib"]
name = "esg_tokenization_protocol"
path = "src/lib.rs"
[package]
authors = ["Leandro Lemos <leandro@agronet.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Official Rust implementation of the ESG Tokenization Protocol (ERC-8040 / EIP-8040). MIT-grade compliance, AI-audited governance and institutional-grade ESG tokenization primitives."
documentation = "https://docs.rs/esg-tokenization-protocol"
edition = "2021"
homepage = "https://agrocrypto.network"
keywords = ["esg", "tokenization", "erc8040", "eip8040", "blockchain"]
license = "MIT OR Apache-2.0"
name = "esg-tokenization-protocol"
readme = "README.md"
repository = "https://github.com/agronetlabs/esg-tokezination-protocol"
version = "0.1.2"