[package]
edition = "2021"
name = "void-core"
version = "0.0.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VCS engine for void — pipelines, workspace, diff, merge, transport, collaboration"
readme = "README.md"
license = "0BSD"
repository = "https://dweb.link/ipfs/QmRDjqAkUVHZatDWqqURsfStonZNtTQNeuWd13vriepkKA/"
[features]
test-utils = []
[lib]
name = "void_core"
path = "src/lib.rs"
[[test]]
name = "collab_identity"
path = "tests/collab_identity.rs"
[[test]]
name = "commit_semantics"
path = "tests/commit_semantics.rs"
[[test]]
name = "data_loss_guard"
path = "tests/data_loss_guard.rs"
[[test]]
name = "e2e_push_clone"
path = "tests/e2e_push_clone.rs"
[[test]]
name = "envelope_smoke_test"
path = "tests/envelope_smoke_test.rs"
[[test]]
name = "events"
path = "tests/events.rs"
[[test]]
name = "identity_seed"
path = "tests/identity_seed.rs"
[[test]]
name = "manifest_test"
path = "tests/manifest_test.rs"
[[test]]
name = "path_traversal_security"
path = "tests/path_traversal_security.rs"
[[test]]
name = "refs"
path = "tests/refs.rs"
[[test]]
name = "sdk_e2e"
path = "tests/sdk_e2e.rs"
[[test]]
name = "sdk_publish"
path = "tests/sdk_publish.rs"
[[test]]
name = "sdk_push_pull"
path = "tests/sdk_push_pull.rs"
[[test]]
name = "sdk_unixfs"
path = "tests/sdk_unixfs.rs"
[[test]]
name = "seal_diagnostics"
path = "tests/seal_diagnostics.rs"
[[test]]
name = "shard_reader"
path = "tests/shard_reader.rs"
[[test]]
name = "shard_writer"
path = "tests/shard_writer.rs"
[[test]]
name = "staged_store"
path = "tests/staged_store.rs"
[[test]]
name = "tree_manifest"
path = "tests/tree_manifest.rs"
[[test]]
name = "workspace_checkout"
path = "tests/workspace_checkout.rs"
[[test]]
name = "workspace_stage"
path = "tests/workspace_stage.rs"
[[test]]
name = "workspace_workspaces"
path = "tests/workspace_workspaces.rs"
[dependencies.aes-gcm]
version = "0.10"
[dependencies.async-trait]
version = "0.1"
[dependencies.base64]
version = "0.22"
[dependencies.byteorder]
version = "1.5"
[dependencies.camino]
version = "1.1"
[dependencies.ciborium]
version = "0.2"
[dependencies.cid]
version = "0.11"
[dependencies.crossbeam-channel]
version = "0.5"
[dependencies.dashmap]
version = "5.5"
[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]
[dependencies.flate2]
version = "1.0"
[dependencies.globset]
version = "0.4"
[dependencies.hex]
version = "0.4"
[dependencies.hkdf]
version = "0.12"
[dependencies.ignore]
version = "0.4"
[dependencies.memchr]
version = "2"
[dependencies.memmap2]
version = "0.9"
[dependencies.multihash]
version = "0.19"
[dependencies.multihash-codetable]
version = "0.1"
features = ["sha2"]
[dependencies.rand]
version = "0.8"
[dependencies.rayon]
version = "1.10"
[dependencies.rust-unixfs]
version = "0.5"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.similar]
version = "2"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
version = "1"
features = ["full"]
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.ureq]
version = "2.10"
[dependencies.uuid]
version = "1.21.0"
features = ["v4"]
[dependencies.void-crypto]
version = "0.0.4"
[dependencies.zeroize]
version = "1.7"
features = ["derive"]
[dependencies.zstd]
version = "0.13"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.10"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.52"
features = [
"Win32_System_Threading",
"Win32_Foundation",
]