texting_robots 0.2.2

Texting Robots: A Rust native `robots.txt` parser with thorough unit testing.
Documentation
[dependencies.anyhow]
version = "1.0.55"

[dependencies.bstr]
version = "0.2.17"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.nom]
version = "7.1.0"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.regex]
version = "1.5.4"

[dependencies.thiserror]
version = "1.0.30"

[dependencies.url]
version = "2.2.2"

[package]
authors = ["Stephen Merity <smerity@smerity.com>"]
categories = ["parser-implementations", "parsing", "web-programming"]
description = "Texting Robots: A Rust native `robots.txt` parser with thorough unit testing."
edition = "2021"
exclude = ["/.github", "/fuzz", "/wasi_poc.sh"]
homepage = "https://github.com/Smerity/texting_robots"
keywords = ["robot", "robots", "parser", "spider", "crawler"]
license = "MIT OR Apache-2.0"
name = "texting_robots"
readme = "README.md"
repository = "https://github.com/Smerity/texting_robots"
version = "0.2.2"
[profile.release]
lto = true