# 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 = "tsuka" version = "0.0.4" authors = ["Marshall Bowers "] description = "A documentation generator for TypeScript." readme = "README.md" license = "MIT" repository = "https://github.com/maxdeviant/tsuka" resolver = "2" [dependencies.ammonia] version = "3.2" [dependencies.clap] version = "3.2" features = ["derive"] [dependencies.glob] version = "0.3" [dependencies.indexmap] version = "1.9" [dependencies.maud] version = "0.23" [dependencies.pulldown-cmark] version = "0.9" [dependencies.shellexpand] version = "2.1" [dependencies.swc] version = "0.212.3" [dependencies.swc_common] version = "0.26.0" features = ["tty-emitter"] [dependencies.swc_ecma_ast] version = "0.89.1" [dependencies.swc_ecma_parser] version = "0.116.0" features = ["typescript"] [dependencies.swc_ecma_visit] version = "0.75.0"