persy 0.5.0

Transactional Persistence Engine
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "persy"
version = "0.5.0"
authors = ["Tglman <tglman@tglman.com>"]
description = "Transactional Persistence Engine"
homepage = "https://persy.rs"
readme = "README.md"
keywords = ["storage", "transaction", "database", "copy-on-write"]
categories = ["database-implementations"]
license = "MPL-2.0"
repository = "https://gitlab.com/tglman/persy"
[dependencies.byteorder]
version = "1.3"

[dependencies.crc]
version = "1.0"

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

[dependencies.fs2]
version = "0.4"

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

[dependencies.rand]
version = "0.6"

[dependencies.unsigned-varint]
version = "0.2"
[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.0"
[badges.gitlab]
branch = "master"
repository = "tglman/persy"