# 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 = "markup_fmt" version = "0.18.0" authors = ["Pig Fang "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks and Vento formatter." readme = "README.md" license = "MIT" repository = "https://github.com/g-plane/markup_fmt" [lib] name = "markup_fmt" path = "src/lib.rs" [[example]] name = "fmt" path = "examples/fmt.rs" [dependencies.aho-corasick] version = "1.1" [dependencies.css_dataset] version = "0.4" features = ["tags"] default-features = false [dependencies.itertools] version = "0.13" [dependencies.memchr] version = "2.7" [dependencies.serde] version = "1.0" optional = true [dependencies.tiny_pretty] version = "0.2" features = ["unicode-width"] [dev-dependencies.insta] version = "1.39" features = ["glob"] [dev-dependencies.similar-asserts] version = "1.5" [dev-dependencies.toml] version = "0.8" [features] config_serde = ["serde"]