# 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 = "ts2rs" version = "0.2.2" authors = ["j4ger"] description = "Macros that imports Typescript interfaces into Rust." keywords = ["web", "typescript", "rust", "interface"] categories = ["development-tools::ffi", "parser-implementations", "web-programming"] license = "MIT" repository = "https://github.com/j4ger/ts2rs" resolver = "2" [lib] doc = true proc-macro = true [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.proc-macro-error] version = "1.0.4" [dependencies.proc-macro2] version = "1.0.36" [features] serde = []