triblespace-core 0.29.0

The triblespace core implementation.
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"
rust-version = "1.89"
name = "triblespace-core"
version = "0.29.0"
authors = [
    "Jan Bramkamp <crest@rlwinm.de>",
    "⚫️ <jp@bultmann.eu>",
    "Vanja Sophie Cangalovic <vanja@bultmann.eu>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The triblespace core implementation."
homepage = "https://tribles.space"
documentation = "https://docs.rs/triblespace-core"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/triblespace/triblespace-rs"

[package.metadata.kani.flags]
default-unwind = "1"

[features]
default = [
    "proptest",
    "object-store",
]
kani = []
object-store = [
    "dep:object_store",
    "dep:tokio",
    "dep:futures",
    "dep:url",
]
proptest = ["dep:proptest"]
wasm = ["dep:wasmi"]

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

[[test]]
name = "attributes_macro"
path = "tests/attributes_macro.rs"

[[test]]
name = "json_export"
path = "tests/json_export.rs"

[[test]]
name = "proptest_entity"
path = "tests/proptest_entity.rs"

[[test]]
name = "proptest_import_export"
path = "tests/proptest_import_export.rs"

[[test]]
name = "proptest_patch"
path = "tests/proptest_patch.rs"

[[test]]
name = "proptest_query"
path = "tests/proptest_query.rs"

[[test]]
name = "proptest_repo"
path = "tests/proptest_repo.rs"

[[test]]
name = "proptest_serialization"
path = "tests/proptest_serialization.rs"

[[test]]
name = "proptest_tribleset"
path = "tests/proptest_tribleset.rs"

[dependencies.anybytes]
version = "0.20.0"
features = [
    "bytes",
    "zerocopy",
    "winnow",
    "mmap",
]

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

[dependencies.arrayvec]
version = "0.7.6"

[dependencies.blake2]
version = "0.10.6"

[dependencies.blake3]
version = "1.5.0"
features = ["traits-preview"]

[dependencies.bytemuck]
version = "1.15.0"
features = ["extern_crate_alloc"]

[dependencies.bytes]
version = "1.6.0"

[dependencies.const_blake3]
version = "0.0.0"

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.digest]
version = "0.10.7"

[dependencies.ed25519]
version = "2.2.3"

[dependencies.ed25519-dalek]
version = "2.1.0"
features = ["rand_core"]

[dependencies.ethnum]
version = "1.5.0"

[dependencies.f256]
version = "0.7.0"

[dependencies.futures]
version = "0.3.30"
optional = true

[dependencies.hex]
version = "0.4.3"

[dependencies.hex-literal]
version = "1.0.0"

[dependencies.hifitime]
version = "4.1.2"

[dependencies.indxvec]
version = "1.9.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jerky]
version = "0.9.0"

[dependencies.json-event-parser]
version = "0.2.2"

[dependencies.memmap2]
version = "0.9.5"

[dependencies.num-rational]
version = "0.4.2"

[dependencies.object_store]
version = "0.12.2"
optional = true

[dependencies.page_size]
version = "0.6.0"

[dependencies.proptest]
version = "1.6.0"
optional = true

[dependencies.quick_cache]
version = "0.6.9"

[dependencies.rand]
version = "0.8"

[dependencies.reft-light]
version = "0.3.1"

[dependencies.ryu]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.signature]
version = "2.2.0"

[dependencies.siphasher]
version = "1.0.1"

[dependencies.sptr]
version = "0.3.2"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "time",
]
optional = true

[dependencies.triblespace-core-macros]
version = "0.23.0"

[dependencies.url]
version = "2.5.0"
optional = true

[dependencies.uuid]
version = "1.15.1"

[dependencies.ux]
version = "0.1.5"

[dependencies.wasmi]
version = "0.31"
optional = true

[dependencies.winnow]
version = "0.7.13"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]

[dev-dependencies.fake]
version = "4.3.0"

[dev-dependencies.rayon]
version = "1.7"

[dev-dependencies.tempfile]
version = "3.15.0"

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

[build-dependencies.rustversion]
version = "1.0"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(nightly)",
    "cfg(kani)",
]