vercel-rpc-cli 0.1.4

CLI tool for Vercel RPC: parses Rust lambdas and generates TypeScript types and client
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 = "vercel-rpc-cli"
version = "0.1.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Vercel RPC: parses Rust lambdas and generates TypeScript types and client"
homepage = "https://github.com/misha-mad/vercel-rpc"
readme = "README.md"
keywords = [
    "rpc",
    "vercel",
    "cli",
    "serverless",
    "typescript",
]
categories = [
    "web-programming",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/misha-mad/vercel-rpc"

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

[[bin]]
name = "rpc"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.colored]
version = "2"

[dependencies.ctrlc]
version = "3"

[dependencies.globset]
version = "0.4"

[dependencies.notify]
version = "7"

[dependencies.notify-debouncer-mini]
version = "0.5"

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

[dependencies.quote]
version = "1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.syn]
version = "2"
features = [
    "full",
    "extra-traits",
    "visit",
]

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dev-dependencies.tempfile]
version = "3"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]