# 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-includes" version = "0.1.1" description = "Include other documents, table of content, or rust-doc in Markdown using a simple template system" readme = "README.md" keywords = [ "markdown", "readme", "include", ] categories = ["text-processing"] license = "MIT" repository = "https://github.com/akesson/markdown-includes" [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.15" [dependencies.fs-err] version = "2.9.0" [dependencies.itertools] version = "0.10" [dependencies.percent-encoding] version = "2.2" [dependencies.pulldown-cmark] version = "0.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.string-sections] version = "0.1" [dependencies.syn] version = "1.0" features = [ "full", "extra-traits", ] [dependencies.toml] version = "0.7" [dependencies.unicase] version = "2.6" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.insta] version = "1.23" features = ["yaml"] [dev-dependencies.pretty_assertions] version = "1.3"