[package]
edition = "2024"
rust-version = "1.96"
name = "earl-core"
version = "0.6.4"
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",
]