# 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 = "unidown" version = "0.8.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert Markdown to Unicode" readme = "README.md" license = "MIT" repository = "https://github.com/qtfkwk/unidown" [lib] name = "unidown" path = "src/lib.rs" [[bin]] name = "unidown" path = "src/bin/unidown.rs" [dependencies.anyhow] version = "1.0.91" [dependencies.clap] version = "4.5.20" features = [ "derive", "wrap_help", ] [dependencies.clap-cargo] version = "0.14.1" [dependencies.lazy_static] version = "1.5.0" [dependencies.pager] version = "0.16.1" [dependencies.pulldown-cmark] version = "0.12.2" [dependencies.pulldown-cmark-escape] version = "0.11.0" [dependencies.veg] version = "0.5.2"