oil-mint-api 0.1.7

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

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

[dependencies.bytemuck]
version = "1.14"

[dependencies.num_enum]
version = "0.7"

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

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

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

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

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