graphos-adapters 0.1.0

Storage, query language, and plugin adapters for Graphos
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.80.0"
name = "graphos-adapters"
version = "0.1.0"
authors = ["Graphos Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage, query language, and plugin adapters for Graphos"
readme = false
license = "Apache-2.0"
repository = "https://github.com/StevenBtw/graphos"

[features]
cypher = []
default = ["gql"]
full = [
    "gql",
    "cypher",
]
gql = []

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

[dependencies.bincode]
version = "2.0"
features = ["serde"]

[dependencies.byteorder]
version = "1.5"

[dependencies.bytes]
version = "1.9"

[dependencies.crc32fast]
version = "1.4"

[dependencies.crossbeam]
version = "0.8"

[dependencies.graphos-common]
version = "0.1.0"

[dependencies.graphos-core]
version = "0.1.0"

[dependencies.hashbrown]
version = "0.16.1"

[dependencies.memmap2]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.smallvec]
version = "1.13"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.43"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

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

[lints.clippy]
all = "warn"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
pedantic = "warn"

[lints.rust]
unsafe_code = "warn"