# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "robots_txt" version = "0.7.0" authors = ["Alexander Irbis "] exclude = [".gitignore", ".travis.yml", "appveyor.yml"] publish = true description = "A lightweight parser and generator for robots.txt." homepage = "https://github.com/alexander-irbis/robots_txt" documentation = "https://docs.rs/robots_txt/" readme = "README.md" keywords = ["robots", "robots-txt", "sitemap", "web"] categories = ["parser-implementations", "web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/alexander-irbis/robots_txt" [dependencies.unicase] version = "2.6" [dependencies.url] version = "2.0" [features] default = ["release"] release = [] [badges.travis-ci] repository = "alexander-irbis/robots_txt"