mtls-grpc 0.1.0

gRPC adapter for mTLS authentication with IP whitelisting
Documentation
[dependencies.log]
version = "0.4.0"

[dependencies.mtls-core]
version = "0.1.0"

[dependencies.prost]
version = "0.12.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.thiserror]
version = "1.0.0"

[dependencies.tokio]
features = ["full", "net", "io-util", "rt", "macros"]
version = "1.0"

[dependencies.tonic]
version = "0.11.0"

[dev-dependencies.env_logger]
version = "0.11.0"

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

[package]
authors = ["Crellsin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "authentication", "api-bindings", "cryptography"]
description = "gRPC adapter for mTLS authentication with IP whitelisting"
edition = "2021"
keywords = ["mtls", "tls", "authentication", "grpc", "ip-whitelist"]
license = "GPL-3.0"
name = "mtls-grpc"
readme = "README.md"
repository = "https://github.com/Crellsin/mtls-rs"
version = "0.1.0"