# 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" rust-version = "1.56" name = "strip-tags" version = "0.1.0" authors = ["Linus Unnebäck "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Strip HTML and PHP tags from strings" homepage = "https://github.com/LinusU/strip-tags-rs" documentation = "https://docs.rs/strip-tags" readme = "readme.md" keywords = [ "html", "php", "strip", "tags", "sanitize", ] categories = [ "no-std", "text-processing", "web-programming", ] license = "MIT" repository = "https://github.com/LinusU/strip-tags-rs" [package.metadata.release] allow-branch = ["main"] pre-release-commit-message = "🚢 {{version}}" tag-message = "🚢 {{version}}" [lib] name = "strip_tags" path = "src/lib.rs"