# 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-h2co3" version = "0.3.11" authors = ["Kevin Yeh ", "Saghm Rossi ", "Valeri Karpov ", "Árpád Goretity "] description = "A native MongoDB driver developed under MongoDB labs." documentation = "https://docs.rs/mongodb-h2co3" readme = "README.md" keywords = ["mongo", "mongodb", "database", "bson", "nosql"] license = "Apache-2.0" repository = "https://github.com/H2CO3/mongo-rust-driver-prototype" [dependencies.bitflags] version = "1.0.0" [dependencies.bson] version = "0.13.0" [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.hex] version = "0.3.2" [dependencies.hmac] version = "0.6.2" [dependencies.md-5] version = "0.7.0" [dependencies.openssl] version = "0.10.15" optional = true [dependencies.pbkdf2] version = "0.2.0" [dependencies.rand] version = "0.3.15" [dependencies.scan_fmt] version = "0.1.1" [dependencies.semver] version = "0.8.0" [dependencies.separator] version = "0.3.1" [dependencies.sha-1] version = "0.7.0" [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"]