mongo_driver 0.9.0

Mongo Rust driver built on top of the Mongo C driver
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 = "mongo_driver"
version = "0.9.0"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
description = "Mongo Rust driver built on top of the Mongo C driver"
documentation = "https://docs.rs/mongo_driver/"
readme = "README.md"
keywords = ["mongodb", "database"]
categories = ["database", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/thijsc/mongo-rust-driver"

[[test]]
name = "tests"
[dependencies.mongoc-sys]
version = "1.6.4"

[dependencies.libc]
version = "^0.2"

[dependencies.bson]
version = "^0.9"

[dependencies.log]
version = "^0.3"
[dev-dependencies.chrono]
version = "^0.4"
[badges.is-it-maintained-open-issues]
repository = "thijsc/mongo-rust-driver"

[badges.is-it-maintained-issue-resolution]
repository = "thijsc/mongo-rust-driver"

[badges.travis-ci]
repository = "thijsc/mongo-rust-driver"