primate 0.3.1

A small DSL for cross-language constants. Write once, generate typed Rust, TypeScript, and Python.
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"
rust-version = "1.85"
name = "primate"
version = "0.3.1"
authors = ["Valtýr Örn Kjartansson <valtyr@gmail.com>"]
build = false
exclude = [
    "/docs/book",
    "/editors",
    "/examples/generated",
    "/examples/test.ts",
    "/rfc",
    "/.github",
    "/.vscode",
    "/.config",
    "/.tool-versions",
    "/AGENTS.md",
    "/crush.json",
    "/llms.md",
    "/package.json",
    "/pnpm-lock.yaml",
    "/pnpm-workspace.yaml",
    "/primate.sourcemap.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small DSL for cross-language constants. Write once, generate typed Rust, TypeScript, and Python."
homepage = "https://github.com/valtyr/primate"
documentation = "https://docs.rs/primate"
readme = "README.md"
keywords = [
    "codegen",
    "constants",
    "transpiler",
    "config",
    "dsl",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "compilers",
]
license = "MIT"
repository = "https://github.com/valtyr/primate"

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

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6.0"

[dependencies.inquire]
version = "0.7"

[dependencies.lsp-server]
version = "0.7.9"

[dependencies.lsp-types]
version = "0.97.0"

[dependencies.notify]
version = "8.0"

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

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.11"

[dependencies.schemars]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.url]
version = "2.5.8"

[dependencies.walkdir]
version = "2.5"

[dependencies.which]
version = "7.0"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"