castor 0.3.1

Content addressable storage backed by LMDB
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 = "castor"
version = "0.3.1"
authors = ["Zach Shipko <zachshipko@gmail.com>"]
description = "Content addressable storage backed by LMDB"
documentation = "https://docs.rs/castor"
keywords = ["content-addressable", "storage", "database", "lmdb"]
license = "ISC"
repository = "https://github.com/zshipko/castor"
[dependencies.kv]
version = "0.6"

[dependencies.sha2]
version = "0.7"