# 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 = "quick-doc-viewer" version = "0.1.0" authors = ["Kaizhao Zhang "] description = "A quick documentation viewer for developers to preview documentations" readme = "README.txt" keywords = [ "documentation", "markdown", "server", ] categories = [ "command-line-utilities", "text-processing", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zhangkaizhao/quick-doc-viewer" resolver = "2" [dependencies.async-std] version = "1.8.0" features = ["attributes"] [dependencies.chardetng] version = "0.1" [dependencies.comrak] version = "0.12" default-features = false [dependencies.encoding_rs] version = "0.8" [dependencies.http-types] version = "2" [dependencies.maud] version = "0.23" features = ["tide"] [dependencies.mime] version = "0.3" [dependencies.mime_guess] version = "2" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tide] version = "0.16.0" [dependencies.urlencoding] version = "2" [dependencies.walkdir] version = "2"