[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"]