sol_rpc_types 3.1.2

Candid types used by the SOL RPC canister
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 = "sol_rpc_types"
version = "3.1.2"
authors = ["DFINITY Stiftung"]
build = false
include = [
    "src",
    "Cargo.toml",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Candid types used by the SOL RPC canister"
homepage = "https://github.com/dfinity/sol-rpc-canister#readme"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/dfinity/sol-rpc-canister"

[lib]
name = "sol_rpc_types"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.candid]
version = "0.10.26"

[dependencies.canlog]
version = "0.2.0"
features = ["derive"]

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from",
    "into",
]

[dependencies.ic-cdk]
version = "0.20.0"

[dependencies.ic-management-canister-types]
version = "0.5.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.solana-account-decoder-client-types]
version = "3.1.11"

[dependencies.solana-commitment-config]
version = "3.1.1"

[dependencies.solana-hash]
version = "4.2.0"

[dependencies.solana-instruction]
version = "3.3.0"

[dependencies.solana-pubkey]
version = "4.1.0"

[dependencies.solana-reward-info]
version = "3.0.0"

[dependencies.solana-signature]
version = "3.3.0"

[dependencies.solana-transaction]
version = "3.1.0"
features = ["bincode"]

[dependencies.solana-transaction-error]
version = "3.1.0"

[dependencies.solana-transaction-status-client-types]
version = ">=3.1.6, <3.2.0"
features = ["agave-unstable-api"]

[dependencies.strum]
version = "0.27.2"
features = ["derive"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5"

[dev-dependencies.bs58]
version = "0.5.1"

[dev-dependencies.proptest]
version = "1.11.0"