apcore-toolkit 0.8.0

Shared scanner, schema extraction, and output toolkit for apcore framework adapters
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 = "2021"
name = "apcore-toolkit"
version = "0.8.0"
authors = ["aiperceivable <tercel.yi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared scanner, schema extraction, and output toolkit for apcore framework adapters"
homepage = "https://aiperceivable.com"
documentation = "https://github.com/aiperceivable/apcore-toolkit-rust#readme"
readme = "README.md"
keywords = [
    "apcore",
    "mcp",
    "scanner",
    "schema",
    "toolkit",
]
categories = [
    "api-bindings",
    "development-tools",
    "web-programming",
]
license = "Apache-2.0"
repository = "https://github.com/aiperceivable/apcore-toolkit-rust"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = ["http-proxy"]
http-proxy = ["dep:reqwest"]

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

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

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

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

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

[dependencies.apcore]
version = "0.22"

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.indexmap]
version = "2"

[dependencies.regex]
version = "1"

[dependencies.reqwest]
version = "0.12"
features = ["json"]
optional = true

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yaml_ng]
version = "0.10"

[dependencies.syn]
version = "2"
features = [
    "parsing",
    "full",
]

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.ureq]
version = "3"
features = ["json"]

[dependencies.walkdir]
version = "2"

[dev-dependencies.futures]
version = "0.3"

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

[lints.clippy.all]
level = "deny"
priority = -1