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