bronzedb-engine 0.1.0

engine interface for bronzedb
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "bronzedb-engine"
version = "0.1.0"
dependencies = [
 "bronzedb-util",
]

[[package]]
name = "bronzedb-util"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd135a3ae44cb22eb59dc6cc01c3578a1b4cbf3f8f2b191629c4f21a45dc96c"
dependencies = [
 "libc",
 "matches",
]

[[package]]
name = "libc"
version = "0.2.179"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f"

[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"