[package]
name = "tengu-api"
version = "0.1.3"
edition = "2021"
license = "Apache-2.0"
description = "API for the Dojos Solana program - accounts, instructions, and SDK for Dojos, Shoguns, Forge, and Barracks."
homepage = "https://dojos.fun"
documentation = "https://docs.rs/dojos-api"
repository = "https://github.com/Tengu-Games/dojos"
readme = "README.md"
keywords = []
publish = true
[dependencies]
bytemuck = "1.14"
bytemuck_derive = "1.7"
num_enum = "0.7"
serde = { version = "1.0", features = ["derive"] }
solana-program = "^2.1"
solana-sdk-ids = "^2.2"
spl-associated-token-account = { version = "^6", features = ["no-entrypoint"] }
spl-token = { version = "^4", features = ["no-entrypoint"] }
steel = { version = "4.0.4", features = ["spl"] }
thiserror = "1.0"