persy 1.5.2

Transactional Persistence Engine
Documentation
[badges.gitlab]
branch = "master"
repository = "persy/persy"

[badges.maintenance]
status = "actively-developed"

[dependencies.backtrace]
optional = true
version = "0.3"

[dependencies.crc]
version = "3.0"

[dependencies.data-encoding]
version = "2.3"

[dependencies.fs2]
version = "0.4"

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.rand]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[dependencies.unsigned-varint]
features = ["std"]
version = "0.8"

[dependencies.zigzag]
version = "0.1"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

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

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

[[example]]
name = "advanced_transaction_management"
path = "examples/advanced_transaction_management.rs"

[[example]]
name = "advanced_tx_recover"
path = "examples/advanced_tx_recover.rs"

[[example]]
name = "indexes"
path = "examples/indexes.rs"

[[example]]
name = "serde_config_file"
path = "examples/serde_config_file.rs"

[features]
background_ops = []
experimental_inspect = []
index_container_static = []
test_backtraces = ["backtrace"]

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

[package]
authors = ["Tglman <tglman@tglman.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["database-implementations"]
description = "Transactional Persistence Engine"
edition = "2021"
homepage = "https://persy.rs"
keywords = ["storage", "transaction", "database", "copy-on-write"]
license = "MPL-2.0"
name = "persy"
readme = "README.md"
repository = "https://gitlab.com/persy/persy"
rust-version = "1.70"
version = "1.5.2"

[package.metadata.docs.rs]
all-features = true

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

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

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

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

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

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

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