# 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 = "omd" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A minimalistic and slick looking markdown viewer with support for hot reloading and latex" readme = "README.md" keywords = [ "markdown", "md", "dark-mode", ] categories = [ "parsing", "command-line-utilities", ] license = "MIT" repository = "https://github.com/ptrglbvc/omd" [profile.release] lto = true codegen-units = 1 [[bin]] name = "omd" 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-util] version = "0.3.30" [dependencies.local-ip-address] version = "0.6.3" [dependencies.notify] version = "6.1.1" [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.tempfile] version = "3.5.0" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.warp] version = "0.3.3"