devol-accounts-kit 0.3.4

SDK for interacting with the DeVol Network option trading platform on the Solana blockchain
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 = "devol-accounts-kit"
version = "0.3.4"
authors = ["DeVol Network"]
description = "SDK for interacting with the DeVol Network option trading platform on the Solana blockchain"
homepage = "https://sdk.devol.network"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/DeVol-Network/devol-accounts-kit"

[dependencies.async-trait]
version = "0.1.80"

[dependencies.bs58]
version = "0.5.1"

[dependencies.cfg-if]
version = "^1.0.0"

[dependencies.pyth-sdk-solana]
version = "^0.10.1"

[dependencies.serde]
version = "^1.0.136"
features = ["derive"]

[dependencies.solana-client]
version = "^1.18.3"
optional = true

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

[dependencies.solana-sdk]
version = "^1.18.3"
optional = true

[dependencies.strum]
version = "^0.26.2"

[dependencies.strum_macros]
version = "^0.26.2"

[dependencies.thiserror]
version = "^1.0.56"

[dependencies.tokio]
version = "1.30.0"
optional = true

[features]
default = [
    "solana-sdk",
    "solana-client",
    "tokio",
]
on-chain = []