tablestg 0.3.0

Storage for database tables
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 = "tablestg"
version = "0.3.0"
authors = ["George Barwood"]
build = false
include = ["/src"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Storage for database tables"
readme = false
categories = ["database-implementations"]
license = "MIT OR Apache-2.0"

[features]

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

[dependencies.atom-file]
version = "1.0.28"
features = ["pstd"]

[dependencies.fxhash]
version = "0.2.1"

[dependencies.page-store]
version = "1.0.19"
features = ["log"]

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

[dependencies.pstd]
version = "1.0.135"

[dependencies.serde]
version = "1.0.228"