[package] name = "typescriptify-derive" version = "0.1.5" authors = ["nephtys "] # A short blurb about the package. This is not rendered in any format when # uploaded to crates.io (aka this is not markdown). description = "Typescriptify-Derive Macro implementation for creating Typescript Interfaces from Structs via Custom-Derive (only real structs so far)" # These URLs point to more information about the repository. These are # intended to be webviews of the relevant data, not necessarily compatible # with VCS tools and the like. repository = "https://github.com/n3phtys/typescriptify" # This is a string description of the license for this package. Currently # crates.io will validate the license provided against a whitelist of known # license identifiers from http://spdx.org/licenses/. Multiple licenses can be # separated with a `/`. license = "MIT" [dependencies] syn = "0.11.11" quote = "0.3.15" [lib] proc-macro = true