[package]
edition = "2021"
rust-version = "1.79"
name = "hermes-logging-components"
version = "0.1.0"
authors = ["Informal Systems <hello@informal.systems>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Implementation of an IBC Relayer in Rust, as a library
"""
readme = false
keywords = [
"blockchain",
"consensus",
"cosmos",
"ibc",
"tendermint",
]
license = "Apache-2.0"
repository = "https://github.com/informalsystems/hermes-sdk"
[lib]
name = "hermes_logging_components"
path = "src/lib.rs"
[dependencies.cgp]
version = "0.1.0"