txmap 1.0.0

A concurrent transactional hash map with fine-grained locking and internal mutability
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"
name = "txmap"
version = "1.0.0"
authors = ["stock-trek.com <stock-trek@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A concurrent transactional hash map with fine-grained locking and internal mutability"
readme = "README.md"
keywords = [
    "concurrent",
    "hashmap",
    "transactional",
    "data-structures",
    "locking",
]
categories = [
    "data-structures",
    "concurrency",
]
license = "MIT"
repository = "https://github.com/Stock-Trek/txmap"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = []
no-deps = true
targets = ["x86_64-unknown-linux-gnu"]

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

[dependencies.hashbrown]
version = "0.17.1"

[dependencies.intmap]
version = "3.1.3"

[dependencies.parking_lot]
version = "0.12.5"

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