mon 0.2.0

Rust driver for MongoDB
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[dependencies.serde]
version = "1.0"

[dependencies.libc]
version = "0.2"

[dependencies.linked-hash-map]
version = "0.5"

[dependencies.byteorder]
version = "1.1"

[dependencies.data-encoding]
version = "1.2"

[dependencies.bitflags]
version = "1.0"

[dependencies.chrono]
version = "0.4"

[dependencies.semver]
version = "0.8"

[dependencies.rand]
version = "0.3"

[dependencies.ring]
version = "0.12"