Crates.io | archway-proto |
lib.rs | archway-proto |
version | |
source | src |
created_at | 2023-10-16 16:04:28.306194 |
updated_at | 2024-11-26 16:32:47.588962 |
description | Rust build of Archway's ProtoBuf definitions |
homepage | https://archway.io |
repository | https://github.com/archway-network/arch3.rs |
max_upload_size | |
id | 1004885 |
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 |
Rust build of Archway's ProtoBuf definitions.
This package can be used both in CosmWasm smart contracts and gRPC clients.
It is based on the cosmos-sdk-proto v0.18.0
crate to provide the Cosmos SDK messages through the
cosmos-sdk-proto
crate and follows the same feature
definitions, with the tonic
gRPC clients enabled by default.
archway-proto = { version = "0.2.1", default-features = false, features = ["cosmwasm"] }
archway-proto = "0.2.1"
This project is licensed under the Apache-2.0 License - see the NOTICE and LICENSE files for details.