oil-api 0.6.6

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytemuck]
version = "1.14.3"

[dependencies.const-crypto]
version = "0.1.0"

[dependencies.entropy-rng-api]
version = "0.1.1"

[dependencies.num_enum]
version = "0.7.2"

[dependencies.oil-mint-api]
version = "0.1.9"

[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.spl-token-2022]
version = "^7"

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

[dependencies.thiserror]
version = "1.0.57"