Crates.io | spl-token-2022 |
lib.rs | spl-token-2022 |
version | |
source | src |
created_at | 2022-02-10 23:37:06.776421+00 |
updated_at | 2025-03-26 18:16:49.970915+00 |
description | Solana Program Library Token 2022 |
homepage | https://solana-program.com |
repository | https://github.com/solana-program/token-2022 |
max_upload_size | |
id | 530513 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A token program on the Solana blockchain, usable for fungible and non-fungible tokens.
This program provides an interface and implementation that third parties can utilize to create and use their tokens.
Full documentation is available at https://spl.solana.com/token-2022
The repository README contains information about program audits.