wcol 0.1.1

Collection objects (list/set/hash/zset/geo) and BfTree range-index operator layer for wedb
# 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"
name = "wcol"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collection objects (list/set/hash/zset/geo) and BfTree range-index operator layer for wedb"
homepage = "https://github.com/webc-site/wedb/tree/main/wcol"
readme = "README.md"
keywords = [
    "collections",
    "list",
    "set",
    "hash",
    "zset",
]
categories = [
    "data-structures",
    "database-implementations",
]
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

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

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

[dependencies.bitcode]
version = "0.6.9"

[dependencies.bitflags]
version = "2.13.2"

[dependencies.compio]
version = "0.19.2"
features = ["time"]

[dependencies.crossfire]
version = "3.1.20"

[dependencies.event-listener]
version = "5.4.2"

[dependencies.fastrand]
version = "2.5.0"

[dependencies.gxhash]
version = "3.5.0"

[dependencies.itoa]
version = "1.0.18"

[dependencies.num_enum]
version = "0.7.6"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.wbase]
version = "0.1.8"
features = [
    "convert",
    "float",
    "future",
    "map",
    "num",
    "time",
]

[dependencies.wresp]
version = "0.1.3"

[dependencies.wval]
version = "0.1.4"

[dependencies.zmij]
version = "1.0.23"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.wcpr]
version = "0.1.3"

[lints.clippy]
arc_with_non_send_sync = "allow"