[package]
edition = "2021"
name = "sss-token"
version = "1.0.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana Stablecoin Standard - Token Program with blacklist, seize, freeze, and GENIUS Act compliance"
homepage = "https://stablecoinstandard.dev"
readme = "README.md"
keywords = [
"solana",
"stablecoin",
"token-2022",
"spl",
"defi",
]
categories = ["cryptography::cryptocurrencies"]
license = "Apache-2.0"
repository = "https://github.com/solanabr/solana-stablecoin-standard"
[features]
cpi = ["no-entrypoint"]
default = []
idl-build = [
"anchor-lang/idl-build",
"anchor-spl/idl-build",
]
no-entrypoint = []
no-idl = []
no-log-ix-name = []
[lib]
name = "sss_token"
crate-type = [
"cdylib",
"lib",
]
path = "src/lib.rs"
[dependencies.anchor-lang]
version = "0.31.1"
features = ["init-if-needed"]
[dependencies.anchor-spl]
version = "0.31.1"
features = ["token_2022"]
[dependencies.solana-security-txt]
version = "1.1.1"
[dependencies.spl-token-metadata-interface]
version = "0.6.0"