# 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 = "ws-markdown-server" version = "1.0.2" authors = ["Aalekh Patel "] exclude = [ "usage/", ".dockerignore", ".gitignore", "Dockerfile", ] description = "A simple Websocket (as well as a Unix socket) server that serves on-the-fly compilation of Markdown to HTML." homepage = "https://github.com/aalekhpatel07/ws-markdown-server" documentation = "https://docs.rs/ws-markdown-server/1.0.0" readme = "./README.md" keywords = [ "websocket-server", "markdown", "markdown-server", "tokio", "comrak", ] categories = ["web-programming::websocket"] license-file = "./LICENSE.md" repository = "https://github.com/aalekhpatel07/ws-markdown-server" [profile.release] lto = "fat" [dependencies.clap] version = "4.1.1" features = [ "derive", "env", ] [dependencies.comrak] version = "0.15.0" features = ["syntect"] default-features = false [dependencies.futures-util] version = "0.3.25" [dependencies.tokio] version = "1.24.1" features = [ "rt", "rt-multi-thread", "tokio-macros", "full", ] [dependencies.tokio-tungstenite] version = "0.18.0" features = ["native-tls"] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.16" features = ["env-filter"]