# 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 = "markdown-builder" version = "1.0.0" authors = ["Erb3 <49862976+Erb3@users.noreply.github.com>"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Opinionated Rust crate for programmatically building markdown documents" homepage = "https://github.com/Erb3/markdown-builder" documentation = "https://github.com/Erb3/markdown-builder" readme = "README.md" keywords = [ "markdown", "builder", "documentation", ] categories = [ "template-engine", "data-structures", "encoding", ] license = "MIT" repository = "https://github.com/Erb3/markdown-builder" [lib] name = "markdown_builder" path = "src/lib.rs" [dependencies.dyn-clonable] version = "0.9.0" [dependencies.tousize] version = "1.0.0"