mockforge-grpc 0.3.69

gRPC protocol support for MockForge
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 = "2021"
name = "mockforge-grpc"
version = "0.3.69"
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "gRPC protocol support for MockForge"
homepage = "https://mockforge.dev"
documentation = "https://docs.rs/mockforge"
readme = "README.md"
keywords = [
    "grpc",
    "protobuf",
    "api",
    "mock",
    "testing",
]
categories = [
    "development-tools::testing",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaaSy-Solutions/mockforge"

[features]
data-faker = [
    "mockforge-data",
    "fake",
]
default = ["data-faker"]

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

[[example]]
name = "advanced_data_synthesis"
path = "examples/advanced-data-synthesis.rs"

[[example]]
name = "flexible_grpc"
path = "examples/flexible_grpc.rs"

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

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

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

[dependencies.axum]
version = "0.8"
features = [
    "ws",
    "multipart",
]

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.fake]
version = "3.0"
optional = true

[dependencies.futures]
version = "0.3"

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

[dependencies.http]
version = "1.0"

[dependencies.mockforge-core]
version = "0.3.69"

[dependencies.mockforge-data]
version = "0.3.69"
optional = true

[dependencies.mockforge-observability]
version = "0.3.69"

[dependencies.mockforge-tracing]
version = "0.3.69"

[dependencies.once_cell]
version = "1.19"

[dependencies.opentelemetry]
version = "0.22"
features = ["trace"]

[dependencies.prost]
version = "0.14"

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

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

[dependencies.rand]
version = "0.9"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "2.0"

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

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

[dependencies.tonic]
version = "0.14"
features = [
    "tls-ring",
    "transport",
]

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

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

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

[dependencies.tower]
version = "0.5"

[dependencies.tower-http]
version = "0.6"
features = [
    "fs",
    "cors",
    "trace",
    "compression-full",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["fmt"]

[dev-dependencies.opentelemetry_sdk]
version = "0.22"

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

[lints.rust]
missing_docs = "deny"