chains-rs 0.1.1

Blockchain and asset definitions in Rust
Documentation
[dependencies]

[lib]
name = "chains_rs"
path = "src/lib.rs"

[package]
authors = ["ezex development team <info@ezex.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography::cryptocurrencies"]
description = "Blockchain and asset definitions in Rust"
documentation = "https://docs.rs/chains-rs"
edition = "2024"
keywords = ["blockchain", "crypto", "assets", "web3", "cryptocurrency"]
license = "MIT"
name = "chains-rs"
readme = "README.md"
repository = "https://github.com/ezex-io/chains"
version = "0.1.1"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]