corium-protocol 0.1.37

Corium gRPC network protocol
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.88"
name = "corium-protocol"
version = "0.1.37"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Corium gRPC network protocol"
homepage = "https://github.com/csm/corium"
readme = "README.md"
license = "Apache-2.0 OR MIT"

[features]
oidc = [
    "dep:base64",
    "dep:ring",
    "dep:serde",
    "dep:serde_json",
]
oidc-discovery = [
    "oidc",
    "dep:reqwest",
]

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

[[test]]
name = "codec"
path = "tests/codec.rs"

[dependencies.base64]
version = "0.22.1"
optional = true

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

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

[dependencies.corium-forms]
version = "0.1.37"

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

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

[dependencies.corium-tx]
version = "0.1.37"

[dependencies.prost]
version = "0.14.4"

[dependencies.reqwest]
version = "0.13.4"
features = [
    "rustls",
    "http2",
    "json",
]
optional = true
default-features = false

[dependencies.ring]
version = "0.17.14"
optional = true

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1.0.150"
optional = true

[dependencies.thiserror]
version = "2.0.18"

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

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

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

[dependencies.tonic-prost]
version = "0.14.5"

[dev-dependencies.proptest]
version = "1"

[build-dependencies.protox]
version = "0.9.1"

[build-dependencies.tonic-prost-build]
version = "0.14.5"

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

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