pcs-external 0.3.0

Ppoppo Chat System (PCS) External API client -- gRPC client for the External Developer Platform
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.94"
name = "pcs-external"
version = "0.3.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ppoppo Chat System (PCS) External API client -- gRPC client for the External Developer Platform"
homepage = "https://ppoppo.com"
documentation = "https://docs.rs/pcs-external"
readme = "README.md"
keywords = [
    "grpc",
    "chat",
    "ppoppo",
    "external-api",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/hakchin/ppoppo"
resolver = "2"

[features]
default = []
test-support = []

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

[dependencies.futures-core]
version = "0.3"

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.http]
version = "1"

[dependencies.ppoppo-sdk-core]
version = "0.1.1"
features = [
    "token-cache",
    "client-credentials",
    "tonic-interceptor",
]
default-features = false

[dependencies.prost]
version = "0.14"

[dependencies.prost-types]
version = "0.14"

[dependencies.thiserror]
version = "2"

[dependencies.tonic]
version = "0.14"
features = [
    "codegen",
    "transport",
    "tls-ring",
    "tls-webpki-roots",
]
default-features = false

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

[dependencies.tower-service]
version = "0.3"

[dev-dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
]

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

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
unsafe_code = "forbid"