spherenet-program-whitelist-interface 0.3.0

Interface of SphereNet's Program Whitelist Program
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 = "spherenet-program-whitelist-interface"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interface of SphereNet's Program Whitelist Program"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/Sphere-Foundation/program-whitelist"

[features]
default = [
    "logging",
    "solana-p",
]
logging = ["pinocchio-log"]
solana-p = [
    "solana-pubkey",
    "solana-program",
    "solana-instruction",
]

[lib]
name = "spherenet_program_whitelist_interface"
crate-type = ["rlib"]
path = "src/lib.rs"

[dependencies.bytemuck]
version = "1.14.0"
features = ["derive"]

[dependencies.pinocchio]
version = "0.9"

[dependencies.pinocchio-log]
version = "0.4.0"
optional = true
default-features = false

[dependencies.pinocchio-pubkey]
version = "0.2.4"

[dependencies.shank]
version = "0.4.6"

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

[dependencies.solana-program]
version = "3.0.0"
optional = true

[dependencies.solana-pubkey]
version = "3.0.0"
optional = true

[dependencies.thiserror]
version = "2.0.12"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    'cfg(target_os, values("solana"))',
    'cfg(feature, values("custom-alloc", "custom-panic", "frozen-abi", "no-entrypoint"))',
]