light-token-client 0.1.0

Client library for Light Protocol compressed tokens
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 = "light-token-client"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Client library for Light Protocol compressed tokens"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/Lightprotocol/light-protocol"

[features]

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

[dependencies.borsh]
version = "0.10.4"
default-features = false

[dependencies.light-client]
version = "0.19.0"
features = ["v2"]

[dependencies.light-compressed-account]
version = "0.9.0"
features = ["std"]
default-features = false

[dependencies.light-compressed-token-sdk]
version = "0.1.0"

[dependencies.light-compressible]
version = "0.4.0"
features = ["anchor"]
default-features = false

[dependencies.light-sdk]
version = "0.19.0"

[dependencies.light-token]
version = "0.4.0"

[dependencies.light-token-interface]
version = "0.3.0"

[dependencies.light-token-types]
version = "0.4.0"

[dependencies.light-zero-copy]
version = "0.6.0"
default-features = false

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

[dependencies.solana-keypair]
version = "2.2"

[dependencies.solana-msg]
version = "2.2"

[dependencies.solana-pubkey]
version = "2.4.0"
features = [
    "sha2",
    "curve25519",
]

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

[dependencies.solana-signer]
version = "2.2"

[dependencies.solana-system-interface]
version = "1"

[dependencies.spl-pod]
version = "0.5.1"

[dependencies.spl-token-2022]
version = "7.0.0"
features = ["no-entrypoint"]