Skip to content

Commit

Permalink
put multiline description in separate section
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 30, 2024
1 parent 603fcd9 commit 8dd2e01
Show file tree
Hide file tree
Showing 29 changed files with 29 additions and 0 deletions.
1 change: 1 addition & 0 deletions ibc-apps/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "applications", "token-transfer"]
readme = "README.md"

description = """
Maintained by `ibc-rs`, re-exports a comprehensive set of libraries that implement various
IBC applications, enabling smooth integration of IBC business logic into any blockchain system.
Expand Down
1 change: 1 addition & 0 deletions ibc-apps/ics20-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "transfer", "ics20"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains the implementation of the ICS-20 Fungible Token Transfer
application logic and re-exports essential data structures and domain types from
Expand Down
1 change: 1 addition & 0 deletions ibc-apps/ics20-transfer/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "transfer", "ics20"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-20 Fungible Token Transfer data structures and
domain types, as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal
Expand Down
1 change: 1 addition & 0 deletions ibc-apps/ics721-nft-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["cosmos", "ibc", "nft", "transfer", "ics721"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains the implementation of the ICS-721 Non-Fungible Token Transfer
application logic and re-exports essential data structures and domain types from
Expand Down
1 change: 1 addition & 0 deletions ibc-apps/ics721-nft-transfer/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["cosmos", "ibc", "transfer", "nft", "ics721"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-721 Non-Fungible Token Transfer data structures and
domain types, as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal
Expand Down
1 change: 1 addition & 0 deletions ibc-clients/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "applications", "tendermint"]
readme = "README.md"

description = """
Maintained by `ibc-rs`, re-exports a comprehensive set of libraries that implement
various IBC light clients, enabling smooth integration with IBC-enabled blockchains.
Expand Down
1 change: 1 addition & 0 deletions ibc-clients/cw-context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rust-version = { workspace = true }
version = { workspace = true }
keywords = ["ibc", "light-client", "CosmWasm", "ICS-08"]
readme = "./../README.md"

description = """
Contains types and implementations that are needed to integrate a light client, built using ibc-rs,
into CosmWasm contract. It functions as a library, allowing users to import the ready-made `Context`
Expand Down
1 change: 1 addition & 0 deletions ibc-clients/ics07-tendermint/cw-contract/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ rust-version = { workspace = true }
version = { workspace = true }
keywords = ["ibc", "light-client", "ics07", "tendermint", "CosmWasm"]
readme = "./../../README.md"

description = """
The ICS-08 CosmWasm contract implementation of the ICS-07 Tendermint light client.
"""
Expand Down
1 change: 1 addition & 0 deletions ibc-clients/ics07-tendermint/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "tendermint", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-07 Tendermint Client data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-clients/ics08-wasm/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "wasm", "ics08"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-08 Wasm Light Client data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "core"]
readme = "README.md"

description = """
Maintained by `ibc-rs`, re-exports a comprehensive set of libraries that implement IBC core (TAO)
modules, facilitating seamless integration of IBC core business logic into any blockchain system.
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics02-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "light-client"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains the implementation of ICS-02 Client Semantics and
re-exports essential data structures and domain types from `ibc-core-client-types` crate.
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics02-client/context/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc"]
readme = "./../../README.md"

description = """
Maintaind by `ibc-rs`, contains essential APIs to interface with the host chain's store,
enabling smooth client state transitions. Additionally, provides necessary traits for
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics02-client/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "client", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-02 Client Semantics data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics03-connection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "connection"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains the implementation of the ICS-03 Connection Semantics and
re-exports essential data structures and domain types from `ibc-core-connection-types` crate.
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics03-connection/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "connection", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-03 Connection Semantics data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics04-channel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "channel"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains the implementation of the ICS-04 Channel & Packet Semantics and
re-exports essential data structures and domain types from `ibc-core-channel-types` crate.
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics04-channel/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "channel", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-4 Channel Semantics data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics23-commitment/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "commitment", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-23 Vector Commitments data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics24-host/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "host"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains essential top-level traits designed for the seamless integration
of host chains, facilitating access to the host's storage, the efficient retrieval of states and
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics24-host/cosmos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "tendermint"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, contains Cosmos-specific helper traits and implementations
to facilitate IBC integration, ensuring proper interaction with modules/components
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics24-host/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "host", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-24 Host Requirements data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics25-handler/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "handler"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, exposes IBC handler entry points for an integrated IBC core modules.
These entry points are responsible for processing incoming IBC messages, performing validation,
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics25-handler/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "handler", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-25 Handler Interface data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics26-routing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "routing"]
readme = "./../README.md"

description = """
Maintained by `ibc-rs`, contains necessary traits to implement the routing and callback functionality
(IBC router module) used for connecting the application layer to the transport layer of an IBC enabled chain.
Expand Down
1 change: 1 addition & 0 deletions ibc-core/ics26-routing/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc", "routing", "types"]
readme = "./../../README.md"

description = """
Maintained by `ibc-rs`, encapsulates essential ICS-26 Routing Module data structures and domain types,
as specified in the Inter-Blockchain Communication (IBC) protocol. Designed for universal applicability
Expand Down
1 change: 1 addition & 0 deletions ibc-data-types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc"]
readme = "README.md"

description = """
Maintained by `ibc-rs`, delineates standard data structures and domain types of the Inter-Blockchain Communication (IBC) protocol.
Designed for universal application, enabling diverse projects across IBC ecosystem to build using a shared language.
Expand Down
1 change: 1 addition & 0 deletions ibc-primitives/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "cosmos", "ibc"]
readme = "README.md"

description = """
Maintained by `ibc-rs`, furnishes essential types and traits universally
utilized in the implementation of diverse IBC modules, encompassing
Expand Down
1 change: 1 addition & 0 deletions ibc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ license = { workspace = true }
repository = { workspace = true }
keywords = ["blockchain", "consensus", "cosmos", "ibc"]
readme = "README.md"

description = """
Maintained by `ibc-rs`, serves as a top-level library that contain a comprehensive set of
Inter-Blockchain Communication (IBC) implementations, re-exporting data structures and
Expand Down

0 comments on commit 8dd2e01

Please sign in to comment.