# 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 = "tslink" version = "0.2.0" authors = ["d.astafyev@outlook.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Creates typescript definitions based on rust code" homepage = "https://github.com/icsmw/tslink" readme = "README.md" keywords = [ "typescript", "node", "node-bindgen", "javascript", ] categories = [ "api-bindings", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/icsmw/tslink.git" [lib] name = "tslink" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "0.6.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.proc-macro2] version = "1.0.68" [dependencies.quote] version = "1.0.33" [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.syn] version = "2.0.37" features = [ "full", "fold", ] [dependencies.thiserror] version = "1.0.50" [dependencies.toml] version = "0.8.2" [dependencies.uuid] version = "1.3" features = ["v4"] [dev-dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.serde_json] version = "1.0"