aep-core 0.1.1

Transport-independent protocol primitives 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-core"
version = "0.1.1"
authors = ["Nas Kavian <nas@inflowpay.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Transport-independent protocol primitives for the Agent Enrollment Protocol."
homepage = "https://www.aep.foundation/"
documentation = "https://docs.rs/aep-core"
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_core"
path = "src/lib.rs"

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

[dependencies.chrono]
version = "0.4.42"
features = ["std"]
default-features = false

[dependencies.ed25519-dalek]
version = "2.2.0"
features = [
    "fast",
    "pem",
    "std",
    "zeroize",
]
default-features = false

[dependencies.http]
version = "1.5.0"

[dependencies.jwt-compact]
version = "0.8.0"
features = [
    "ed25519-dalek",
    "p256",
    "std",
]
default-features = false

[dependencies.p256]
version = "0.13.2"
features = [
    "ecdsa",
    "pem",
    "std",
]
default-features = false

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

[dependencies.regex]
version = "1.13.1"
features = [
    "std",
    "perf",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.serde_path_to_error]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.20"

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

[dependencies.url]
version = "2.5.8"

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

[dev-dependencies.proptest]
version = "1.11.0"
features = ["std"]
default-features = false

[lints.rust]
unsafe_code = "forbid"