tsync 3.1.0

Generate typescript types from rust code.
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 = "2018"
name = "tsync"
version = "3.1.0"
authors = ["Haris <4259838+Wulf@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate typescript types from rust code."
readme = "README.md"
keywords = [
    "typescript",
    "types",
    "generation",
    "macro",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "development-tools::ffi",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Wulf/tsync"

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

[[bin]]
name = "tsync"
path = "bin/main.rs"
test = false

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

[dependencies.convert_case]
version = "0.8.0"

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

[dependencies.quote]
version = "1.0.41"

[dependencies.state]
version = "0.6.0"

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

[dependencies.tsync-macro]
version = "0.2.0"

[dependencies.walkdir]
version = "2.5.0"

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