tauri-typegen 0.4.2

A rust crate that automatically generates TypeScript models and bindings from your Tauri commands
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"
rust-version = "1.77.2"
name = "tauri-typegen"
version = "0.4.2"
authors = ["Stefan Poindl"]
build = "build.rs"
links = "tauri-typegen"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust crate that automatically generates TypeScript models and bindings from your Tauri commands"
readme = "README.md"
license = "MIT"
repository = "https://github.com/thwbh/tauri-typegen"

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

[[bin]]
name = "cargo-tauri-typegen"
path = "src/bin/cargo-tauri-typegen.rs"

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

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.indicatif]
version = "0.17"

[dependencies.proc-macro2]
version = "1.0"
features = ["span-locations"]

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.0"

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

[dependencies.serde-rename-rule]
version = "0.2.2"

[dependencies.serde_json]
version = "1.0"

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

[dependencies.tera]
version = "1.19"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2.0"

[dev-dependencies.cargo-husky]
version = "1"
features = ["user-hooks"]
default-features = false

[dev-dependencies.serial_test]
version = "3.0"

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

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