# 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 = "smd" version = "0.3.1" authors = ["Guilherme Prokisch "] build = false include = [ "src/**/*", "docs/**/*", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A minimalistic Markdown renderer for the terminal with syntax highlighting, emoji support, and image rendering" homepage = "https://github.com/guilhermeprokisch/smd" readme = "README.md" keywords = [ "markdown", "terminal", "renderer", "syntax-highlighting", "emoji", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/guilhermeprokisch/smd" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "smd" path = "src/main.rs" [dependencies.ansi_colours] version = "1.2.3" [dependencies.crossterm] version = "0.28.1" [dependencies.dirs] version = "5.0.1" [dependencies.emojis] version = "0.6.3" [dependencies.image] version = "0.25.2" [dependencies.include_dir] version = "0.7.4" [dependencies.inkjet] version = "0.10.5" features = [ "all_languages", "theme", ] [dependencies.lazy_static] version = "1.5.0" [dependencies.markdown] version = "1.0.0-alpha.20" features = ["json"] [dependencies.openssl-sys] version = "0.9" features = ["vendored"] [dependencies.reqwest] version = "0.12.7" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.8" [dependencies.tempfile] version = "3.12.0" [dependencies.termcolor] version = "1.1" [dependencies.toml] version = "0.8.19" [dependencies.tree-sitter] version = "0.23.0" [dependencies.tree-sitter-highlight] version = "0.23.0" [dependencies.url] version = "2.5.2" [dependencies.viuer] version = "0.7.1"