Crates.io | contract-metadata |
lib.rs | contract-metadata |
version | |
source | src |
created_at | 2020-10-13 21:30:47.348511 |
updated_at | 2024-11-06 09:19:18.849677 |
description | Library defining metadata for smart contracts on substrate |
homepage | https://www.substrate.io/ |
repository | https://github.com/paritytech/cargo-contract |
max_upload_size | |
id | 299379 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | 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 |
Defines types for the extended metadata of smart contracts targeting substrate.
Currently part of cargo-contract
, the build tool for smart
contracts written in ink!.