polodb_core 0.5.0

PoloDB is an embedded JSON-based database
Documentation
[package]
name = "polodb_core"
version = "0.5.0"
authors = ["Vincent Chan <okcdz@diverse.space>"]
license = "MIT"
edition = "2018"
repository = "https://github.com/vincentdchan/PoloDB"
description = "PoloDB is an embedded JSON-based database"
keywords = ["database", "embedded", "cross-platform"]

[lib]
name="polodb_core"
path="lib.rs"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
libc = "0.2"
#lazy_static = "1.4.0"
polodb_bson = "0.5.0"

[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.9", features = ["fileapi"] }

[features]
default = []

log = []