# 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 = "typescript-type-def" version = "0.5.13" authors = ["Daniel Beckwith "] build = false include = [ "src/**/*.rs", "tests/**/*.rs", "Cargo.toml", ] 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" [lib] name = "typescript_type_def" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.serde_json] version = "1.0.128" optional = true [dependencies.typescript-type-def-derive] version = "=0.5.13" [dev-dependencies.difference] version = "2.0.0" [dev-dependencies.serde] version = "1.0.210" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.128" [dev-dependencies.uuid] version = "1.10.0" features = ["serde"] [features] json_value = ["serde_json"]