solana-commons 0.1.5

Utilities for interacting with the Solana ecosystem
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 = "solana-commons"
version = "0.1.5"
description = "Utilities for interacting with the Solana ecosystem"
readme = "README.md"
license = "MIT"

[dependencies.bs58]
version = "0.4"

[dependencies.bytemuck]
version = "1"

[dependencies.memoffset]
version = "0.6.5"

[dependencies.reqwest]
version = "0.11"
features = ["json"]
optional = true

[dependencies.safe-transmute]
version = "0.11.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_repr]
version = "0.1"

[dependencies.serum_dex]
version = "0.5.4"
features = ["no-entrypoint"]

[dependencies.solana-account-decoder]
version = "~1.13.3"

[dependencies.solana-client]
version = "~1.13.3"
optional = true

[dependencies.solana-program]
version = "~1.13.3"

[dependencies.thiserror]
version = "1.0"

[features]
default = [
    "solana-client",
    "reqwest",
]
program = []