[dependencies.codama-macros]
version = "0.7.1"
[lib]
name = "codama"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_os, values("solana"))']
level = "warn"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Generate clients, CLIs, documentation and more from your Solana programs"
edition = "2021"
license = "Apache-2.0"
name = "codama"
readme = false
repository = "https://github.com/codama-idl/codama-rs"
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-errors]
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-korok-plugins]
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-korok-visitors]
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-koroks]
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-nodes]
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.codama-stores]
version = "0.7.1"
[target.'cfg(not(target_os = "solana"))'.dependencies.proc-macro2]
version = "1.0"
[[test]]
name = "lib"
path = "tests/lib.rs"