# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "struckdown" version = "0.1.0" authors = ["Armin Ronacher "] description = "A structured markdown / commonmark library for Rust" homepage = "https://github.com/mitsuhiko/struckdown" readme = "README.md" keywords = ["cmark", "commonmark", "markdown", "rst"] license = "Apache-2.0" repository = "https://github.com/mitsuhiko/struckdown" [dependencies.ammonia] version = "3.1.0" optional = true [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.pulldown-cmark] version = "0.8.0" [dependencies.regex] version = "1.4.2" [dependencies.serde] version = "1.0.118" features = ["derive"] [dependencies.serde_json] version = "1.0.60" features = ["preserve_order"] [dependencies.serde_yaml] version = "0.8.14" [dependencies.slug] version = "0.1.4" [dependencies.subprocess] version = "0.2.6" optional = true [dependencies.syntect] version = "4.5.0" optional = true [dependencies.tokio] version = "0.3.6" features = ["rt", "process", "macros", "io-util"] optional = true [dependencies.uuid] version = "0.8.1" features = ["v4"] optional = true [dependencies.v_htmlescape] version = "0.11.0" [dev-dependencies.insta] version = "1.3.0" features = ["glob"] [features] default = ["external-processor", "syntect-processor", "html-sanitizer-processor"] external-processor = ["tokio", "subprocess"] html-sanitizer-processor = ["ammonia", "uuid"] syntect-processor = ["syntect"]