solders 0.14.3

Python binding to the Solana Rust SDK
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 = "solders"
version = "0.14.3"
include = [
    "/src",
    "/LICENSE",
    "/pyproject.toml",
]
description = "Python binding to the Solana Rust SDK"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kevinheavey/solders"

[lib]
name = "solders"
crate-type = [
    "cdylib",
    "rlib",
]

[dependencies.base64]
version = "0.13.0"

[dependencies.bincode]
version = "1.3.3"

[dependencies.bs58]
version = "^0.4.0"

[dependencies.camelpaste]
version = "0.1.0"

[dependencies.derive_more]
version = "0.99.17"

[dependencies.dict_derive]
version = "0.4.0"

[dependencies.pyo3]
version = "0.18.0"
features = [
    "macros",
    "extension-module",
    "abi3-py37",
]
default-features = false

[dependencies.pythonize]
version = "0.18.0"

[dependencies.serde]
version = "^1.0.136"

[dependencies.serde_cbor]
version = "^0.11.2"

[dependencies.serde_json]
version = "^1.0.59"

[dependencies.serde_with]
version = "^1.14.0"
features = ["base64"]

[dependencies.solana-sdk]
version = "^1.14.1"

[dependencies.solders-macros]
version = "0.14.3"

[dependencies.solders-primitives]
version = "0.14.3"

[dependencies.solders-traits]
version = "0.14.3"

[dependencies.thiserror]
version = "^1.0.31"

[dependencies.zstd]
version = "0.11.2"