relay-ciphers 0.2.0-beta.4

Cipher implementations for Relay Mail
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"
name = "relay-ciphers"
version = "0.2.0-beta.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cipher implementations for Relay Mail"
readme = "README.md"
license = "Apache-2.0"
repository = "https://gitlab.com/relay-mail/rust/protocol"

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

[[bench]]
name = "x25519_ed25519"
path = "benches/x25519_ed25519.rs"
harness = false

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.ed25519-dalek]
version = "2.2.0"
features = [
    "rand_core",
    "serde",
]

[dependencies.relay-core]
version = "0.2.0-beta.4"

[dependencies.relay-crypto]
version = "0.2.0-beta.4"

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

[dependencies.serde_with]
version = "3.18.0"
features = ["base64"]

[dependencies.x25519-dalek]
version = "2.0.1"
features = [
    "static_secrets",
    "serde",
]

[dev-dependencies.criterion]
version = "0.8.2"

[dev-dependencies.serde_json]
version = "1.0.149"