[dependencies.bigdecimal]
features = ["serde"]
optional = true
version = "0.1.2"
[dependencies.chrono]
optional = true
version = "0.4.19"
[dependencies.dprint-plugin-typescript]
version = "0.43"
[dependencies.ts-rs-macros]
version = "4.0.0"
[dev-dependencies.serde]
features = ["derive"]
version = "1.0"
[features]
bigdecimal-impl = ["bigdecimal"]
chrono-impl = ["chrono"]
serde-compat = ["ts-rs-macros/serde-compat"]
[package]
authors = ["Moritz Bischof <moritz.bischof1@gmail.com>"]
description = "generate typescript bindings from rust types"
edition = "2018"
homepage = "https://github.com/Aleph-Alpha/ts-rs"
license = "MIT"
name = "ts-rs"
repository = "https://github.com/Aleph-Alpha/ts-rs"
version = "4.0.0"