star_frame 0.29.0

A high performance Solana framework for building fast, scalable, and secure smart contracts.
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"
rust-version = "1.84.1"
name = "star_frame"
version = "0.29.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A high performance Solana framework for building fast, scalable, and secure smart contracts."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/staratlasmeta/star_frame"
resolver = "3"

[package.metadata.cargo-udeps.ignore]
development = ["solana-system-interface"]

[features]
aggressive_inline = []
cleanup_rent_warning = []
idl = [
    "star_frame_idl",
    "serde_json",
]
rustdoc = ["solana-system-interface"]
test_helpers = []

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

[dependencies.advancer]
version = "^0.1.0"

[dependencies.array-init]
version = "^2.1.0"

[dependencies.borsh]
version = "1.5.7"
features = ["derive"]

[dependencies.bytemuck]
version = "^1.22.0"
features = [
    "extern_crate_std",
    "min_const_generics",
    "derive",
]

[dependencies.derive-where]
version = "1.4.0"

[dependencies.derive_more]
version = "^2.0.1"
features = ["full"]

[dependencies.fixed]
version = "1.29.1"
package = "fixed_star_frame"

[dependencies.itertools]
version = "^0.14.0"

[dependencies.num-traits]
version = "^0.2.17"

[dependencies.paste]
version = "^1.0.14"

[dependencies.pinocchio]
version = "0.9.2"
features = ["std"]

[dependencies.pinocchio-log]
version = "0.5.0"

[dependencies.ptr_meta]
version = "0.3.0"

[dependencies.ref-cast]
version = "^1.0"

[dependencies.serde]
version = "^1.0.192"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "^1.0.108"
optional = true

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

[dependencies.solana-program-memory]
version = "3.0.0"

[dependencies.solana-pubkey]
version = "3.0.0"
features = [
    "curve25519",
    "borsh",
    "serde",
    "bytemuck",
]

[dependencies.solana-system-interface]
version = "2.0.0"
optional = true

[dependencies.star_frame_idl]
version = "0.29.0"
optional = true

[dependencies.star_frame_proc]
version = "0.29.0"

[dependencies.static_assertions]
version = "^1.1.0"

[dependencies.typenum]
version = "^1.17.0"
features = ["const-generics"]

[dev-dependencies.pretty_assertions]
version = "^1.4.0"

[dev-dependencies.solana-system-interface]
version = "2.0.0"