# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cargo-tsync" version = "999.9.9" authors = ["Haris <4259838+Wulf@users.noreply.github.com>"] description = "A utility to generate types for other typed languages." readme = "README.md" keywords = ["typescript", "types", "generation", "macro"] categories = ["command-line-utilities", "development-tools", "development-tools::ffi", "web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/Wulf/tsync" [lib] name = "tsync" path = "src/lib.rs" proc-macro = true [[bin]] name = "tsync" path = "src/main.rs" test = false [dependencies.structopt] version = "0.3.20" [dependencies.syn] version = "1.0.48" features = ["full", "extra-traits"]