2020-06-30 21:55:11 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-account-decoder"
|
|
|
|
description = "Solana account decoder"
|
2021-03-10 12:46:17 -08:00
|
|
|
documentation = "https://docs.rs/solana-account-decoder"
|
2023-02-23 06:01:54 -08:00
|
|
|
version = { workspace = true }
|
|
|
|
authors = { workspace = true }
|
|
|
|
repository = { workspace = true }
|
|
|
|
homepage = { workspace = true }
|
|
|
|
license = { workspace = true }
|
|
|
|
edition = { workspace = true }
|
2020-06-30 21:55:11 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2023-02-23 06:01:54 -08:00
|
|
|
Inflector = { workspace = true }
|
|
|
|
base64 = { workspace = true }
|
|
|
|
bincode = { workspace = true }
|
|
|
|
bs58 = { workspace = true }
|
|
|
|
bv = { workspace = true }
|
|
|
|
lazy_static = { workspace = true }
|
|
|
|
serde = { workspace = true }
|
|
|
|
serde_derive = { workspace = true }
|
|
|
|
serde_json = { workspace = true }
|
|
|
|
solana-address-lookup-table-program = { workspace = true }
|
|
|
|
solana-config-program = { workspace = true }
|
|
|
|
solana-sdk = { workspace = true }
|
|
|
|
spl-token = { workspace = true, features = ["no-entrypoint"] }
|
|
|
|
spl-token-2022 = { workspace = true, features = ["no-entrypoint"] }
|
|
|
|
thiserror = { workspace = true }
|
|
|
|
zstd = { workspace = true }
|
2020-06-30 21:55:11 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|