tally-sdk 0.2.1

Rust SDK for the Tally Solana subscriptions platform
Documentation
[dependencies.anchor-client]
version = "0.31.1"

[dependencies.anchor-lang]
features = ["init-if-needed"]
version = "0.31.1"

[dependencies.anchor-spl]
version = "0.31.1"

[dependencies.anyhow]
version = "1"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1.3.3"

[dependencies.borsh]
version = "1.5"

[dependencies.chrono]
features = ["serde"]
version = "0.4.42"

[dependencies.dirs]
version = "6.0.0"

[dependencies.hex]
version = "0.4"

[dependencies.lru]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.solana-account-decoder]
version = "3.0"

[dependencies.solana-client]
version = "3.0"

[dependencies.solana-program]
version = "3.0"

[dependencies.solana-sdk]
version = "3.0"

[dependencies.spl-associated-token-account]
version = "7.0"

[dependencies.spl-memo]
version = "6.0"

[dependencies.spl-token]
version = "8.0"

[dependencies.spl-token-2022]
version = "9.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal", "time"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2.5"

[dev-dependencies.tempfile]
version = "3.22.0"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "signal", "time", "test-util"]
version = "1"

[features]
default = []

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

[lints.clippy]
arithmetic_side_effects = "deny"
cargo_common_metadata = "allow"
default_trait_access = "deny"
inefficient_to_string = "warn"
manual_let_else = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
missing_safety_doc = "forbid"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
multiple_unsafe_ops_per_block = "forbid"
must_use_candidate = "allow"
needless_continue = "allow"
negative_feature_names = "allow"
redundant_feature_names = "warn"
single_component_path_imports = "allow"
undocumented_unsafe_blocks = "forbid"
used_underscore_binding = "deny"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.clippy.perf]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"

[package]
authors = ["Tally Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "cryptography::cryptocurrencies"]
description = "Rust SDK for the Tally Solana subscriptions platform"
documentation = "https://docs.rs/tally-sdk"
edition = "2021"
homepage = "https://github.com/Tally-Pay/tally-protocol"
keywords = ["solana", "subscriptions", "blockchain", "spl-token", "anchor"]
license = "MIT"
name = "tally-sdk"
readme = "README.md"
repository = "https://github.com/Tally-Pay/tally-protocol"
version = "0.2.1"

[[test]]
name = "event_parsing_test"
path = "tests/event_parsing_test.rs"