aeo-protocol 0.1.0

Rust SDK for the AEO Protocol v0.1 — parse, build, validate, and fetch AEO declaration documents.
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"
rust-version = "1.75"
name = "aeo-protocol"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the AEO Protocol v0.1 — parse, build, validate, and fetch AEO declaration documents."
homepage = "https://github.com/mizcausevic-dev/aeo-sdk-rust"
documentation = "https://docs.rs/aeo-protocol"
readme = "README.md"
keywords = [
    "aeo",
    "well-known",
    "llm",
    "json-ld",
    "rag",
]
categories = [
    "api-bindings",
    "parsing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/mizcausevic-dev/aeo-sdk-rust"

[features]
client = ["dep:ureq"]
default = ["client"]

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

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

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ureq]
version = "2"
features = [
    "json",
    "tls",
]
optional = true
default-features = false

[dev-dependencies.pretty_assertions]
version = "1"