cesrox 0.1.8

Implementation of Composable Event Streaming Representation (CESR)
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 = "cesrox"
version = "0.1.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Implementation of Composable Event Streaming Representation (CESR)"
readme = "README.md"
keywords = [
    "keri",
    "dkms",
    "cesr",
]
license = "EUPL-1.2"

[features]
cesr-proof = []

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

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

[dependencies.base64]
version = "0.13"

[dependencies.chrono]
version = "0.4"

[dependencies.nom]
version = "7"

[dependencies.rmp-serde]
version = "1.3.1"

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

[dependencies.serde_cbor]
version = "0.11.1"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.ed25519-dalek]
version = "1.0.1"

[dev-dependencies.hex]
version = "0.4.3"