jiminy-schema 0.16.0

Layout Manifest v1 for Jiminy: structured account schema descriptions with canonical type normalization. Enables TypeScript codegen, indexer integration, and cross-language tooling.
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 = "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"))',
]