[badges.crates-io]
repository = "https://crates.io/crates/agrocrypto-quantum-core"
[badges.docs-rs]
repository = "https://docs.rs/agrocrypto-quantum-core"
[badges.github]
branch = "main"
repository = "agronetlabs/agrocrypto-quantum-core"
[dependencies.hex]
version = "0.4"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.sha3]
version = "0.10"
[dependencies.time]
version = "0.3"
[dependencies.uuid]
features = ["v4"]
version = "1.7"
[lib]
name = "agrocrypto_core"
path = "src/lib.rs"
[package]
authors = ["Leandro Lemos <leandro@agronet.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "finance", "wasm"]
description = "Reference implementation of the AgroCrypto Quantum Governance — ESG Tokenization Protocol (EIP Draft). Compliance-grade, AI-native, post-quantum secure."
documentation = "https://docs.rs/agrocrypto-quantum-core"
edition = "2021"
homepage = "https://agrocrypto.io"
keywords = ["blockchain", "esg", "compliance", "ai", "post-quantum"]
license = "MIT OR Apache-2.0"
name = "agrocrypto-quantum-core"
readme = "README.md"
repository = "https://github.com/agronetlabs/agrocrypto-quantum-core"
version = "0.1.0"