f8s-core 0.1.0

Protocol, crypto, invites, envelopes, and quarantine mailbox state for f8s.
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.85"
name = "f8s-core"
version = "0.1.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "../../README.md",
    "../../LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Protocol, crypto, invites, envelopes, and quarantine mailbox state for f8s."
documentation = "https://docs.rs/f8s-core"
readme = "README.md"
keywords = [
    "agents",
    "mailbox",
    "crypto",
    "cli",
    "thread",
]
categories = [
    "cryptography",
    "authentication",
]
license = "MIT"
resolver = "2"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.getrandom]
version = "0.2"
features = ["js"]

[dependencies.hkdf]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
    "js",
]

[dependencies.x25519-dalek]
version = "2"
features = ["static_secrets"]

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