[package] name = "md_render_lib" description = "A lib for rendering markdown in terminal" readme = "README.md" homepage = "https://github.com/HallerPatrick/md-render-lib.git" repository= "https://github.com/HallerPatrick/md-render-lib.git" keywords = ["markdown"] version = "0.1.0" categories = ["lib", "text-processing"] license = "MIT" authors = ["Patrick Haller and GH-90 version = "^3, <3.2" default-features = false features = ["parsing", "assets", "dump-load"] [dev-dependencies] pretty_assertions = "^0.6" [profile.release] # Enable LTO for release builds; makes the binary a lot smaller lto = true