sss-token 1.0.3

Solana Stablecoin Standard - Token Program with blacklist, seize, freeze, and GENIUS Act compliance
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 = "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"