aep-agent 0.1.1

Agent-side workflows for the Agent Enrollment Protocol.
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.88"
name = "aep-agent"
version = "0.1.1"
authors = ["Nas Kavian <nas@inflowpay.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-side workflows for the Agent Enrollment Protocol."
homepage = "https://www.aep.foundation/"
documentation = "https://docs.rs/aep-agent"
readme = "README.md"
keywords = [
    "agent",
    "aep",
    "authentication",
    "enrollment",
    "protocol",
]
categories = [
    "api-bindings",
    "authentication",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/aep-foundation/aep-rust"

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

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

[dependencies.aep-core]
version = "0.1.1"

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

[dependencies.base64]
version = "0.23.1"

[dependencies.futures]
version = "0.3.34"

[dependencies.futures-timer]
version = "3.0.4"

[dependencies.http]
version = "1.5.0"

[dependencies.percent-encoding]
version = "2.3.2"

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

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.3.55"
features = [
    "formatting",
    "parsing",
]

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.26.0"
features = ["v4"]

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

[lints.rust]
unsafe_code = "forbid"