# 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 = "ts-runtime-typechecker" version = "0.1.6" authors = ["ManiGhazaee "] exclude = [ "/npm", "package.json", "package-lock.json", ] description = "A command line tool that generates ts/js typechecker functions from typescript types" readme = "README.md" keywords = [ "typescript", "javascript", "cli", "ts", "typechecker", ] license = "GPL-3.0" repository = "https://github.com/ManiGhazaee/ts-runtime-typechecker" [dependencies.rayon] version = "1.8.1"