agent-first-slug 0.6.2

Rust slug generation with explicit caller configuration for path and URL path segments.
Documentation
# 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 = "2024"
name = "agent-first-slug"
version = "0.6.2"
build = "build.rs"
include = [
    "src/**",
    "tests/**",
    "skills/**",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
    "clippy.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust slug generation with explicit caller configuration for path and URL path segments."
readme = "README.md"
license = "MIT"
repository = "https://github.com/agentfirstkit/agent-first-slug"

[features]
cli = [
    "dep:agent-first-data",
    "dep:serde_json",
]
default = ["cli"]

[lib]
name = "agent_first_slug"
path = "src/lib.rs"

[[bin]]
name = "afslug"
path = "src/bin/afslug.rs"
required-features = ["cli"]

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.agent-first-data]
version = "0.31.0"
features = [
    "cli",
    "skill-admin",
]
optional = true
default-features = false

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.unicode-general-category]
version = "1.1"

[lints.clippy]
expect_used = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
unwrap_used = "deny"