# 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 = "rustextile" version = "1.0.2" authors = ["Kirill Mavreshko "] description = "Textile markup language parser for Rust" readme = "README.md" keywords = [ "textile", "text", "markup", "html", ] categories = [ "parser-implementations", "text-processing", "web-programming", ] license = "BSD-3-Clause" repository = "https://github.com/kpot/rustextile" [dependencies.ammonia] version = "3.2.1" [dependencies.fancy-regex] version = "0.10.0" [dependencies.imageinfo] version = "0.7.5" [dependencies.indexmap] version = "1.9.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.percent-encoding] version = "2.2.0" [dependencies.reqwest] version = "0.11.12" features = [ "default-tls", "blocking", ] [dependencies.url] version = "2.3.1" [dev-dependencies.pretty_assertions] version = "1.3.0" [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serde_yaml] version = "0.9"