solana-commons 0.1.5

Utilities for interacting with the Solana ecosystem
Documentation
[package]
name = "solana-commons"
description = "Utilities for interacting with the Solana ecosystem"
version = "0.1.5"
edition = "2021"
license = "MIT"
respository = "https://github.com/elementcapital/solana-commons"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
solana-program = "~1.13.3"
solana-client = { version = "~1.13.3", optional = true }
solana-account-decoder = "~1.13.3"
memoffset = "0.6.5"
serum_dex = { version = "0.5.4", features = ["no-entrypoint"] }
thiserror = "1.0"
reqwest = { version = "0.11", features = ["json"], optional = true }
safe-transmute = "0.11.2"
bytemuck = "1"
bs58 = "0.4"

serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"

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