[package]
edition = "2021"
name = "jetstream_codegen"
version = "15.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Jetstream is a RPC framework for Rust, based on the 9P protocol and QUIC."
documentation = "https://jetstream.rs"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/sevki/jetstream"
[lib]
name = "jetstream_codegen"
path = "src/lib.rs"
[[bin]]
name = "jetstream_codegen"
path = "src/bin/jetstream_codegen.rs"
[dependencies.argh]
version = "0.1.14"
[dependencies.cargo_metadata]
version = "0.23.1"
[dependencies.convert_case]
version = "0.11.0"
[dependencies.proc-macro2]
version = "1.0.106"
[dependencies.quote]
version = "1.0.44"
[dependencies.sha256]
version = "1.6.0"
[dependencies.syn]
version = "2.0.114"
features = [
"full",
"extra-traits",
]
[dependencies.toml]
version = "0.9.12"
[dependencies.typeshare-core]
version = "1.13.4"