# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "mongo_driver" version = "0.15.1" authors = ["Thijs Cadier "] build = false autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "mongo_driver" path = "src/lib.rs" [[test]] name = "bson_encode_decode" path = "tests/bson_encode_decode.rs" [[test]] name = "bulk_operation" path = "tests/bulk_operation.rs" [[test]] name = "client" path = "tests/client.rs" [[test]] name = "collection" path = "tests/collection.rs" [[test]] name = "cursor" path = "tests/cursor.rs" [[test]] name = "database" path = "tests/database.rs" [[test]] name = "flags" path = "tests/flags.rs" [[test]] name = "read_prefs" path = "tests/read_prefs.rs" [[test]] name = "uri" path = "tests/uri.rs" [[test]] name = "write_concern" path = "tests/write_concern.rs" [dependencies.bson] version = "^2.0" features = ["chrono-0_4"] [dependencies.libc] version = "^0.2" [dependencies.log] version = "^0.4" [dependencies.mongoc-sys] version = "=1.28.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dev-dependencies.chrono] version = "^0.4"