ledgerstore 0.1.2

ledger based database
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 = "2021"
name = "ledgerstore"
version = "0.1.2"
authors = ["tor torberge@outlook.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ledger based database"
readme = false
license = "GPL-2.0-only"

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

[dependencies.either]
version = "1.15.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.128"

[dependencies.tracing]
version = "0.1.40"
features = ["attributes"]

[dependencies.uuid]
version = "1.0"
features = [
    "v4",
    "serde",
    "js",
]

[dependencies.walkdir]
version = "2.5.0"