tsx 0.1.0

Universal Framework Protocol CLI — agent-native code generation for TanStack Start and beyond
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"
name = "tsx"
version = "0.1.0"
build = false
exclude = [
    "target/",
    ".tsx/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal Framework Protocol CLI — agent-native code generation for TanStack Start and beyond"
readme = "README.md"
keywords = [
    "codegen",
    "tanstack",
    "cli",
    "framework",
    "typescript",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ateeq1999/tsx"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.forge]
version = "0.1.0"
package = "tsx-forge"

[dependencies.heck]
version = "0.5"

[dependencies.minijinja]
version = "2"
features = ["loader"]

[dependencies.notify]
version = "6"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "blocking",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "io-util",
    "sync",
    "time",
]

[dependencies.tungstenite]
version = "0.24"

[dependencies.walkdir]
version = "2"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true