mongodb 0.3.9

A native MongoDB driver developed under MongoDB labs.
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 = "mongodb"
version = "0.3.9"
authors = ["Kevin Yeh <kevinyeah@utexas.edu>", "Saghm Rossi <saghmrossi@gmail.com>", "Valeri Karpov <valkar207@gmail.com>"]
description = "A native MongoDB driver developed under MongoDB labs."
documentation = "https://docs.rs/mongodb"
readme = "README.md"
keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
license = "Apache-2.0"
repository = "https://github.com/mongodb-labs/mongo-rust-driver-prototype"
[dependencies.bitflags]
version = "1.0.0"

[dependencies.bson]
version = "0.12.1"

[dependencies.bufstream]
version = "0.1.3"

[dependencies.byteorder]
version = "1.0.0"

[dependencies.chrono]
version = "0.4.0"

[dependencies.clippy]
version = "~0"
optional = true

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

[dependencies.openssl]
version = "0.9.19"
optional = true

[dependencies.rand]
version = "0.3.15"

[dependencies.rust-crypto]
version = "0.2.36"

[dependencies.scan_fmt]
version = "0.1.1"

[dependencies.semver]
version = "0.8.0"

[dependencies.separator]
version = "0.3.1"

[dependencies.textnonce]
version = "0.6.3"
default-features = false

[dependencies.time]
version = "0.1.37"
[dev-dependencies.approx]
version = "0.1.1"

[dev-dependencies.serde]
version = "1.0.69"

[dev-dependencies.serde_derive]
version = "1.0.69"

[dev-dependencies.serde_json]
version = "1.0.3"
features = ["preserve_order"]

[features]
default = []
lint = ["clippy"]
ssl = ["openssl"]