pctx_codegen 0.3.0

Code generation utilities for pctx
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 = "pctx_codegen"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Code generation utilities for pctx"
readme = false
keywords = [
    "codegen",
    "pctx",
    "typescript",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/portofcontext/pctx"
resolver = "2"

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

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

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

[dependencies.biome_formatter]
version = "0.3"

[dependencies.biome_js_formatter]
version = "0.3"

[dependencies.biome_js_parser]
version = "0.3"

[dependencies.biome_js_syntax]
version = "0.3"

[dependencies.handlebars]
version = "6"

[dependencies.heck]
version = "0.5"

[dependencies.indexmap]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.schemars]
version = "0.8"
features = ["preserve_order"]

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-ident]
version = "1"

[dev-dependencies.insta]
version = "1"

[dev-dependencies.serde_yaml]
version = "0.9"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]