mon 0.1.12

Rust driver for MongoDB
Documentation
[package]
name          = "mon"
version       = "0.1.12"
license       = "MIT"
authors       = ["mitum <dangcheng@hotmail.com>"]
description   = "Rust driver for MongoDB"
keywords      = ["mongo", "mongodb", "mongodb_driver", "database", "nosql"]
documentation = "https://docs.rs/mon"
homepage      = "https://github.com/mcorce/mon"
repository    = "https://github.com/mcorce/mon"
readme        = "README.md"

[dependencies]
chrono = "0.4"
byteorder = "1.0"
libc = "0.2"
ring = "0.11"
rand = "0.3"
linked-hash-map = "0.4"
serde = "1.0"
serde_json = "1.0"
data-encoding = "1.2"
semver = "0.7"
bitflags = "0.9"
base64 = "0.6"