# 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 = "omdd" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimalistic and slick looking markdown viewer with support for hot reloading" readme = "README.md" keywords = [ "markdown", "md", "dark-mode", ] categories = [ "parsing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ptrglbvc/omd" [[bin]] name = "omdd" path = "src/main.rs" [dependencies.async-stream] version = "0.3.4" [dependencies.base64] version = "0.22.1" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.local-ip-address] version = "0.4" [dependencies.notify] version = "6.1.1" [dependencies.pulldown-cmark] version = "0.9.1" [dependencies.tempfile] version = "3.5.0" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.tokio-stream] version = "0.1.16" [dependencies.warp] version = "0.3.3"