aex-conformance 2.0.0-beta.1

Open-licence conformance test suite for AEX v2 — pass/fail report against a target deployment (ADR-0048).
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"
name = "aex-conformance"
version = "2.0.0-beta.1"
authors = ["Icaro Holding <oss@spize.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open-licence conformance test suite for AEX v2 — pass/fail report against a target deployment (ADR-0048)."
homepage = "https://spize.io"
readme = false
keywords = [
    "aex",
    "conformance",
    "test",
]
categories = ["development-tools::testing"]
license = "Apache-2.0"
repository = "https://github.com/icaroholding/aex"

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

[[bin]]
name = "aex-conformance"
path = "src/main.rs"

[dependencies.aex-core]
version = "=2.0.0-beta.1"

[dependencies.aex-identity]
version = "=2.0.0-beta.1"

[dependencies.aex-jws]
version = "=2.0.0-beta.1"

[dependencies.aex-net]
version = "=2.0.0-beta.1"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.ed25519-dalek]
version = "2"
features = [
    "rand_core",
    "std",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "full",
    "full",
]