issundb-core 0.1.0-alpha.3

IssunDB's storage engine and core data structures
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.0"
name = "issundb-core"
version = "0.1.0-alpha.3"
authors = ["Hassan Abedi <hassan.abedi.t+issundb@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IssunDB's storage engine and core data structures"
homepage = "https://github.com/IssunDB/issun-db"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/IssunDB/issun-db"
resolver = "2"

[features]
default = []

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

[[bin]]
name = "gen_testdata"
path = "src/bin/gen_testdata.rs"

[[bench]]
name = "pokec"
path = "benches/pokec.rs"
harness = false

[[bench]]
name = "storage"
path = "benches/storage.rs"
harness = false

[[bench]]
name = "wiki_pagerank"
path = "benches/wiki_pagerank.rs"
harness = false

[[bench]]
name = "write_throughput"
path = "benches/write_throughput.rs"
harness = false

[dependencies.ahash]
version = "0.8"

[dependencies.arc-swap]
version = "1"

[dependencies.byteorder]
version = "1"

[dependencies.deepsize]
version = "0.2"
features = ["derive"]

[dependencies.heed]
version = "0.22"

[dependencies.issundb-graphblas]
version = "0.1.0-alpha.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rmp-serde]
version = "1"

[dependencies.rust-stemmers]
version = "1.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1.13.2"

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

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

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

[dev-dependencies.rand]
version = "0.8"

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

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