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