endpoint-gen 1.5.2

Generate Rust code for websocket API endpoints
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 = "endpoint-gen"
version = "1.5.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate Rust code for websocket API endpoints"
readme = "README.md"
license = "MIT"
repository = "https://github.com/pathscale/EndpointGen/"

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

[[bin]]
name = "endpoint-gen"
path = "src/main.rs"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.convert_case]
version = "0.10"

[dependencies.endpoint-gen-macros]
version = "1.3.4"

[dependencies.endpoint-libs]
version = "1.7.28"

[dependencies.eyre]
version = "0.6"

[dependencies.itertools]
version = "0.14"

[dependencies.log-panics]
version = "2.1"

[dependencies.regex]
version = "1.12"

[dependencies.ron]
version = "0.12"

[dependencies.rust_decimal]
version = "1.39"

[dependencies.semver]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.smart-default]
version = "0.7.1"

[dependencies.smart-serde-default]
version = "0.1"

[dependencies.toml]
version = "0.9"

[dependencies.walkdir]
version = "2.5"

[build-dependencies.toml]
version = "0.9"