github-webhook-type-generator 0.5.2

GitHub webhook payload type generator for Rust
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"
rust-version = "1.64.0"
name = "github-webhook-type-generator"
version = "0.5.2"
authors = [
    "sksat <sksat@sksat.net>",
    "s-ylide",
]
description = "GitHub webhook payload type generator for Rust"
license = "MIT"
repository = "https://github.com/sksat/github-webhook-rs"

[dependencies.once_cell]
version = "1.19.0"

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

[dependencies.quote]
version = "1.0.35"

[dependencies.structopt]
version = "0.3.26"

[dependencies.swc_common]
version = "0.33.12"
features = ["tty-emitter"]

[dependencies.swc_ecma_ast]
version = "0.110.17"

[dependencies.swc_ecma_parser]
version = "0.141.37"

[features]
default = ["serde"]
serde = []