tengu-api 0.0.9

API for the Dojos Solana program - accounts, instructions, and SDK for Dojos, Shoguns, Forge, and Barracks.
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 = "tengu-api"
version = "0.0.9"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
readme = "README.md"
keywords = []
license = "Apache-2.0"
repository = "https://github.com/Tengu-Games/dojos"

[lib]
name = "tengu_api"
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.14"

[dependencies.bytemuck_derive]
version = "1.7"

[dependencies.num_enum]
version = "0.7"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.solana-program]
version = "^2.1"

[dependencies.solana-sdk-ids]
version = "^2.2"

[dependencies.spl-associated-token-account]
version = "^6"
features = ["no-entrypoint"]

[dependencies.spl-token]
version = "^4"
features = ["no-entrypoint"]

[dependencies.steel]
version = "4.0.4"
features = ["spl"]

[dependencies.thiserror]
version = "1.0"