v_az_lmdb 0.1.1

common part of the veda platform
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "bitflags"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"

[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"

[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"

[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

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

[[package]]
name = "liblmdb-sys-m"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80f8fdd75f42eaef6de01cbeb5bbdc650734e6bf8ad3dc46cdb52bb7d23143b1"
dependencies = [
 "gcc",
 "libc",
]

[[package]]
name = "lmdb-rs-m"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520301beb9ec698551ea76e6cd533b6d3580464b6de0fa58d760b4a8c1b65744"
dependencies = [
 "bitflags",
 "libc",
 "liblmdb-sys-m",
 "log 0.3.9",
]

[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
 "log 0.4.13",
]

[[package]]
name = "log"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
dependencies = [
 "cfg-if",
]

[[package]]
name = "v_authorization"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5992ea1f35af0553bde4371c401821819225f25d2db35ccfbe87986e1a468e21"

[[package]]
name = "v_az_lmdb"
version = "0.1.1"
dependencies = [
 "lazy_static",
 "lmdb-rs-m",
 "v_authorization",
]