# 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 = "typedoc_json_to_md" version = "0.3.3" description = "Converts TypeDoc JSON generated by typedoc-json-parser to Markdown" readme = "README.MD" license = "MIT" repository = "https://github.com/devramsean0/tjp-to-md" [[bin]] name = "tjp_to_md" path = "src/main.rs" bench = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.json] version = "0.12.4" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_derive] version = "1.0.203" [dependencies.toml] version = "0.8.13"