agent-uri 0.5.0

Parser and validator for agent:// URI scheme
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-uri"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser and validator for agent:// URI scheme"
readme = "README.md"
keywords = [
    "agent",
    "uri",
    "multi-agent",
    "identity",
    "a2a",
]
categories = [
    "parsing",
    "web-programming",
]
license = "MIT OR Apache-2.0"
resolver = "2"

[features]
default = []
kani = []
serde = ["dep:serde"]

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

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

[[bench]]
name = "parsing"
path = "benches/parsing.rs"
harness = false

[dependencies.mti]
version = "1.1.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true

[dependencies.uuid]
version = "1.19.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.serde_json]
version = "1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(kani)"]