susbot 2.2.0

robots.txt checker for the command line and CI (sus.bot). Installs the same `susbot` program as the susbot-cli crate.
# 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 = "susbot"
version = "2.2.0"
authors = ["Sitefig <https://sitefig.eu/>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "robots.txt checker for the command line and CI (sus.bot). Installs the same `susbot` program as the susbot-cli crate."
homepage = "https://sus.bot/"
readme = "README.md"
keywords = [
    "robots-txt",
    "crawler",
    "seo",
    "ai",
    "audit",
]
categories = [
    "command-line-utilities",
    "web-programming",
    "development-tools",
]
license = "PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/sitefig/robots"

[[bin]]
name = "susbot"
path = "src/main.rs"

[dependencies.susbot-cli]
version = "2.2.0"

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = true