[package]
edition = "2021"
name = "iqa-org"
version = "1.2.3-alpha"
authors = ["Aicent Stack Technical Committee <admin@aicent.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RFC-009: The Sovereign Certification Layer. Identity Quality Assurance (IQA) and 128-bit Radiant Seal verification for the Aicent Stack 2026. Aligned with v1.2.3 standards."
homepage = "http://iqa.org"
readme = "README.md"
license = "Apache-2.0"
repository = "http://github.com/Aicent-Stack/iqa-org"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
default = ["full-blood"]
full-blood = ["epoekie/full-blood"]
[lib]
name = "iqa_org"
path = "src/lib.rs"
[[example]]
name = "demo"
path = "examples/demo.rs"
[dependencies.epoekie]
version = "1.2.3-alpha"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.tokio]
version = "1.0"
features = ["full"]
[dev-dependencies]