# 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 = "mdopen" version = "0.4.0" description = "Preview markdown files in a browser" readme = "README.md" keywords = ["markdown"] license = "BSD-3-Clause" repository = "https://github.com/immanelg/mdopen" [profile.release] strip = true [dependencies.clap] version = "4" features = ["derive"] [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.markdown] version = "1.0.0-alpha.16" [dependencies.nanotemplate] version = "0.3.0" [dependencies.open] version = "5" [dependencies.percent-encoding] version = "2" [dependencies.tiny_http] version = "0.12.0"