Crates.io | spl-token |
lib.rs | spl-token |
version | |
source | src |
created_at | 2020-07-16 01:36:42.662362+00 |
updated_at | 2025-03-24 22:26:13.318631+00 |
description | Solana Program Library Token |
homepage | |
repository | https://github.com/solana-program/token |
max_upload_size | |
id | 265640 |
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 the SPL Token docs.
The repository README contains information about program audits.