synapse-codegen 0.0.1

Code generation from protobuf service definitions for Synapse
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"
name = "synapse-codegen"
version = "0.0.1"
authors = ["Dewyer"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation from protobuf service definitions for Synapse"
homepage = "https://github.com/mips-underground/synapse"
readme = false
keywords = [
    "rpc",
    "codegen",
    "protobuf",
    "synapse",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/mips-underground/synapse"

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

[[bin]]
name = "synapse-codegen"
path = "src/main.rs"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.0"
features = [
    "derive",
    "cargo",
]

[dependencies.heck]
version = "0.5"

[dependencies.prettyplease]
version = "0.2"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.prost]
version = "0.14"

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

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

[dependencies.protoc-bin-vendored]
version = "3.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "2.0"
features = ["full"]

[dependencies.synapse-primitives]
version = "0.0.1"