# 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 = "markterm" version = "0.3.0" authors = ["Avinash Kumar"] description = "A rust library to render colored markdown to the terminal." readme = "README.md" keywords = [ "markdown", "terminal", ] categories = ["parser-implementations"] license = "MIT" repository = "https://github.com/avi1989/markterm-rs" [[bench]] name = "benchmark" harness = false [dependencies.markdown] version = "1.0.0-alpha.17" features = ["serde"] [dependencies.termbg] version = "0.5.0" [dev-dependencies.colored] version = "2.1.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.serde_json] version = "1.0.117"