ts-gen 0.1.0

Generate wasm-bindgen Rust bindings from TypeScript .d.ts files
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 = "ts-gen"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate wasm-bindgen Rust bindings from TypeScript .d.ts files"
readme = "README.md"
keywords = [
    "wasm",
    "wasm-bindgen",
    "typescript",
    "codegen",
    "ffi",
]
categories = [
    "wasm",
    "development-tools::ffi",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wasm-bindgen/wasm-bindgen/tree/main/crates/ts-gen"

[features]
cli = [
    "clap",
    "walkdir",
]
default = ["cli"]

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

[[bin]]
name = "ts-gen"
path = "src/main.rs"
required-features = ["cli"]

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

[dependencies.anyhow]
version = "1"

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

[dependencies.convert_case]
version = "0.6"

[dependencies.oxc_allocator]
version = "0.118"

[dependencies.oxc_ast]
version = "0.118"

[dependencies.oxc_parser]
version = "0.118"

[dependencies.oxc_resolver]
version = "11"

[dependencies.oxc_span]
version = "0.118"

[dependencies.prettyplease]
version = "0.2"

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

[dependencies.quote]
version = "1"

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

[dependencies.walkdir]
version = "2"
optional = true

[dev-dependencies.similar]
version = "2"