ossa-core 0.0.1

Rust implementation of the Ossa 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 = "2021"
name = "ossa-core"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust implementation of the Ossa Protocol."
homepage = "https://github.com/jprider63/ossa"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/jprider63/ossa"

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

[dependencies.async-recursion]
version = "1.1.1"

[dependencies.async-session-types]
version = "0.1.2"

[dependencies.bitvec]
version = "1.0.1"
features = ["serde"]

[dependencies.bs58]
version = "0.5.1"

[dependencies.bytes]
version = "1.10.1"

[dependencies.daggy]
version = "0.9.0"
features = ["stable_dag"]

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

[dependencies.futures]
version = "0.3.31"

[dependencies.hex]
version = "0.4.3"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ossa-crdt]
version = "0.0.1"

[dependencies.ossa-typeable]
version = "0.0.1"
features = ["serde"]

[dependencies.rand]
version = "0.9.2"

[dependencies.rand_core]
version = "^0.6.4"
features = ["std"]

[dependencies.replace_with]
version = "0.1.8"

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

[dependencies.serde_cbor]
version = "0.11.2"
features = []

[dependencies.sha2]
version = "0.10.9"

[dependencies.tokio]
version = "1.43.0"
features = [
    "io-util",
    "rt",
    "rt-multi-thread",
    "net",
]

[dependencies.tokio-stream]
version = "0.1.17"

[dependencies.tokio-util]
version = "0.7.15"
features = ["codec"]

[dependencies.tracing]
version = "0.1.41"

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