[package]
edition = "2021"
name = "jiminy-schema"
version = "0.16.0"
authors = ["MoonManQuark"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Layout Manifest v1 for Jiminy: structured account schema descriptions with canonical type normalization. Enables TypeScript codegen, indexer integration, and cross-language tooling."
homepage = "https://github.com/QuarksBlueFoot/jiminy"
documentation = "https://docs.rs/jiminy-schema"
readme = "README.md"
keywords = [
"solana",
"schema",
"zero-copy",
"account-layout",
"abi",
]
categories = [
"no-std",
"embedded",
]
license = "Apache-2.0"
repository = "https://github.com/QuarksBlueFoot/jiminy"
[features]
codegen = ["std"]
default = ["std"]
std = []
[lib]
name = "jiminy_schema"
path = "src/lib.rs"
[dependencies]
[dev-dependencies]
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = [
'cfg(target_os, values("solana"))',
'cfg(target_arch, values("bpf"))',
]