mon 0.1.1

Rust driver for MongoDB
Documentation
[package]
name          = "mon"
version       = "0.1.1"
license       = "MIT"
authors       = ["dangcheng <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.3"
byteorder = "1.0"
libc = "0.2"
ring = "0.9"
rand = "0.3"
linked-hash-map = "0.4.2"
serde = "1.0"
serde_json = "1.0"