earl-core 0.6.2

Shared types and traits for earl protocol crates
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.96"
name = "earl-core"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types and traits for earl protocol crates"
homepage = "https://github.com/mathematic-inc/earl"
documentation = "https://mathematic-inc.github.io/earl"
readme = false
keywords = [
    "agent",
    "ai",
    "protocol",
    "sandboxing",
]
categories = ["network-programming"]
license = "Apache-2.0"
repository = "https://github.com/mathematic-inc/earl"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.23"

[dependencies.reqwest]
version = "0.13.4"
features = ["rustls"]
default-features = false

[dependencies.rkyv]
version = "0.8"
features = [
    "bytecheck",
    "std",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = ["sync"]

[dependencies.url]
version = "2.5"

[dev-dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt-multi-thread",
    "sync",
]