oil-mint-api 0.1.4

API for interacting with the OIL mint program on Solana
Documentation
[dependencies.bytemuck]
version = "1.14"

[dependencies.num_enum]
version = "0.7"

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

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

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

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

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

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "API for interacting with the OIL mint program on Solana"
documentation = "https://docs.rs/oil-mint-api"
edition = "2021"
homepage = "https://oil.supply"
keywords = ["solana", "oil", "mint", "token", "blockchain"]
license = "Apache-2.0"
name = "oil-mint-api"
publish = true
readme = "README.md"
repository = "https://github.com/oil-protocol/oil"
version = "0.1.4"