corium-peer 0.1.6

Corium peer library
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "corium-peer"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Corium peer library"
homepage = "https://github.com/csm/corium"
readme = false
license = "Apache-2.0 OR MIT"

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

[dependencies.corium-core]
version = "0.1.6"

[dependencies.corium-db]
version = "0.1.6"

[dependencies.corium-log]
version = "0.1.6"

[dependencies.corium-protocol]
version = "0.1.6"

[dependencies.corium-query]
version = "0.1.6"

[dependencies.corium-store]
version = "0.1.6"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.53.0"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1.18"

[dependencies.tonic]
version = "0.14.5"
features = ["tls-ring"]

[dependencies.tracing]
version = "0.1"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_code = "forbid"