# 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" name = "ts-rs-json-value" version = "7.0.3" authors = ["Moritz Bischof "] description = "generate typescript bindings from rust types" homepage = "https://github.com/Aleph-Alpha/ts-rs" readme = "README.md" keywords = [ "typescript", "ts", "bindings", "ts-rs", "wasm", ] categories = [ "development-tools::ffi", "development-tools::build-utils", "wasm", "web-programming", ] license = "MIT" repository = "https://github.com/Aleph-Alpha/ts-rs" resolver = "1" [dependencies.bigdecimal] version = ">=0.0.13, < 0.4.0" features = ["serde"] optional = true [dependencies.bson] version = "2.2.0" optional = true [dependencies.bytes] version = "1.0" optional = true [dependencies.chrono] version = "0.4" optional = true [dependencies.dprint-plugin-typescript] version = "0.85.1" optional = true [dependencies.heapless] version = "0.7" optional = true [dependencies.indexmap] version = "2.0.0" optional = true [dependencies.ordered-float] version = "3.0.0" optional = true [dependencies.schemars] version = "0.8.13" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1" [dependencies.ts-rs-macros] version = "7.0.1" package = "ts-rs-macros-serde-json" [dependencies.url] version = "2.3" optional = true [dependencies.uuid] version = "1.1.2" optional = true [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [features] bigdecimal-impl = ["bigdecimal"] bson-uuid-impl = ["bson"] bytes-impl = ["bytes"] chrono-impl = ["chrono"] default = ["serde-compat"] format = ["dprint-plugin-typescript"] heapless-impl = ["heapless"] indexmap-impl = ["indexmap"] ordered-float-impl = ["ordered-float"] schemars-impl = ["schemars"] serde-compat = ["ts-rs-macros/serde-compat"] serde-json-impl = ["serde_json"] url-impl = ["url"] uuid-impl = ["uuid"]