[package]
edition = "2021"
name = "susbot"
version = "2.0.1"
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.0.1"
[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = true