[package]
edition = "2024"
name = "sim-codec-robots"
version = "0.1.0"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bounded RFC 9309 robots.txt parser and matcher for SIM."
homepage = "https://github.com/sim-nest/sim-codecs"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/sim-nest/sim-codecs"
[lib]
name = "sim_codec_robots"
path = "src/lib.rs"
[dependencies.sim-cookbook]
version = "0.3.0"
[build-dependencies.sim-cookbook-build]
version = "0.1.0"
[lints.rust]
unsafe_code = "forbid"