2020-03-26 13:29:30 -07:00
|
|
|
[package]
|
|
|
|
name = "solana-transaction-status"
|
2022-03-21 17:40:50 -05:00
|
|
|
version = "1.11.0"
|
2020-03-26 13:29:30 -07:00
|
|
|
description = "Solana transaction status types"
|
2020-06-13 15:41:05 -06:00
|
|
|
authors = ["Solana Maintainers <maintainers@solana.foundation>"]
|
2020-03-26 13:29:30 -07:00
|
|
|
repository = "https://github.com/solana-labs/solana"
|
|
|
|
homepage = "https://solana.com/"
|
2021-03-10 13:46:17 -07:00
|
|
|
documentation = "https://docs.rs/solana-transaction-status"
|
2020-03-26 13:29:30 -07:00
|
|
|
license = "Apache-2.0"
|
2021-11-30 16:47:00 -08:00
|
|
|
edition = "2021"
|
2020-03-26 13:29:30 -07:00
|
|
|
|
|
|
|
[dependencies]
|
2022-03-11 11:05:57 -06:00
|
|
|
Inflector = "0.11.4"
|
2022-03-11 16:01:15 -07:00
|
|
|
base64 = "0.13.0"
|
2021-06-21 16:06:31 +00:00
|
|
|
bincode = "1.3.3"
|
2021-05-28 18:30:34 +00:00
|
|
|
bs58 = "0.4.0"
|
2020-06-19 16:15:13 -06:00
|
|
|
lazy_static = "1.4.0"
|
2021-10-13 21:46:52 -06:00
|
|
|
log = "0.4.14"
|
2022-01-28 12:20:37 -07:00
|
|
|
serde = "1.0.136"
|
2020-09-22 18:03:53 -06:00
|
|
|
serde_derive = "1.0.103"
|
2022-03-02 23:38:06 -07:00
|
|
|
serde_json = "1.0.79"
|
2022-03-21 17:40:50 -05:00
|
|
|
solana-account-decoder = { path = "../account-decoder", version = "=1.11.0" }
|
|
|
|
solana-measure = { path = "../measure", version = "=1.11.0" }
|
|
|
|
solana-metrics = { path = "../metrics", version = "=1.11.0" }
|
|
|
|
solana-runtime = { path = "../runtime", version = "=1.11.0" }
|
|
|
|
solana-sdk = { path = "../sdk", version = "=1.11.0" }
|
|
|
|
solana-vote-program = { path = "../programs/vote", version = "=1.11.0" }
|
2021-11-21 14:27:03 +01:00
|
|
|
spl-associated-token-account = { version = "=1.0.3", features = ["no-entrypoint"] }
|
2021-04-05 20:06:44 -06:00
|
|
|
spl-memo = { version = "=3.0.1", features = ["no-entrypoint"] }
|
2021-11-21 14:27:03 +01:00
|
|
|
spl-token = { version = "=3.2.0", features = ["no-entrypoint"] }
|
2020-07-31 13:26:09 -06:00
|
|
|
thiserror = "1.0"
|
2020-04-16 18:18:28 -07:00
|
|
|
|
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|