[dependencies.automerge]
version = "0.7.1"
[dependencies.base64]
version = "0.21"
[dependencies.bs58]
features = ["check"]
version = "0.5.1"
[dependencies.hex]
version = "0.4"
[dependencies.minicbor]
features = ["std"]
version = "1.0.0"
[dependencies.rand]
version = "0.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.sha2]
version = "0.10.9"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tracing]
version = "0.1.41"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"
[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"
[lib]
name = "samod_core"
path = "src/lib.rs"
[package]
authors = ["Alex Good <alex@patternist.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "the core library for the samod automerge-repo implementation"
edition = "2024"
license = "MIT"
name = "samod-core"
readme = false
repository = "https://github.com/alexjg/samod"
version = "0.7.1"
[[test]]
name = "compaction"
path = "tests/compaction.rs"
[[test]]
name = "connection_events"
path = "tests/connection_events.rs"
[[test]]
name = "create_find_change"
path = "tests/create_find_change.rs"
[[test]]
name = "document_changed"
path = "tests/document_changed.rs"
[[test]]
name = "document_sync_advanced"
path = "tests/document_sync_advanced.rs"
[[test]]
name = "document_sync_basic"
path = "tests/document_sync_basic.rs"
[[test]]
name = "ephemera"
path = "tests/ephemera.rs"
[[test]]
name = "peer_doc_state_changes"
path = "tests/peer_doc_state_changes.rs"
[[test]]
name = "smoke"
path = "tests/smoke.rs"
[[test]]
name = "stop"
path = "tests/stop.rs"
[[test]]
name = "storage_id"
path = "tests/storage_id.rs"