Crates.io | alloy-chains |
lib.rs | alloy-chains |
version | |
source | src |
created_at | 2023-11-14 18:27:33.945137 |
updated_at | 2024-11-05 11:34:30.846544 |
description | Canonical type definitions for EIP-155 chains |
homepage | https://github.com/alloy-rs/chains |
repository | https://github.com/alloy-rs/chains |
max_upload_size | |
id | 1035234 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | 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 |
Canonical type definitions for EIP-155 chains.
Alloy will keep a rolling MSRV (minimum supported rust version) policy of at least 6 months. When increasing the MSRV, the new Rust version must have been released at least six months ago. The current MSRV is 1.79.0.
Note that the MSRV is not increased automatically, and only as part of a minor release.
Check src/named.rs
's comment for the guidelines on how to add a new chain.
no_std
All crates in this workspace should support no_std
environments, with the
alloc
crate. If you find a crate that does not support no_std
, please
open an issue.