typescript-type-def 0.5.15

Generate TypeScript type definitions for Rust types
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"
name = "typescript-type-def"
version = "0.5.15"
authors = ["Daniel Beckwith <djbsnx@gmail.com>"]
build = false
include = [
    "src/**/*.rs",
    "tests/**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate TypeScript type definitions for Rust types"
homepage = "https://github.com/dbeckwith/rust-typescript-type-def"
documentation = "https://docs.rs/typescript-type-def"
readme = "README.md"
keywords = [
    "typescript",
    "javascript",
    "serde",
    "json",
]
categories = [
    "development-tools::ffi",
    "encoding",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/dbeckwith/rust-typescript-type-def"
resolver = "2"

[features]
json_value = ["serde_json"]

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

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

[dependencies.serde_json]
version = "1.0.150"
optional = true

[dependencies.typescript-type-def-derive]
version = "=0.5.15"

[dev-dependencies.difference]
version = "2.0.0"

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

[dev-dependencies.serde_json]
version = "1.0.150"

[dev-dependencies.uuid]
version = "1.23.3"
features = ["serde"]