xurl-core 0.0.27

Core library for resolving and rendering AI agent URLs
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"
rust-version = "1.85"
name = "xurl-core"
version = "0.0.27"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for resolving and rendering AI agent URLs"
homepage = "https://github.com/Xuanwo/xurl"
documentation = "https://docs.rs/xurl-core"
readme = "README.md"
keywords = [
    "agent",
    "url",
    "codex",
    "claude",
    "gemini",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/Xuanwo/xurl"
resolver = "2"

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

[dependencies.dirs]
version = "6.0.0"

[dependencies.grep]
version = "0.4.1"

[dependencies.md-5]
version = "0.10.6"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.regex]
version = "1.12.2"

[dependencies.rusqlite]
version = "0.37.0"
features = ["bundled"]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.toml]
version = "0.9.8"

[dependencies.walkdir]
version = "2.5.0"

[dev-dependencies.tempfile]
version = "3.23.0"