forked from mongodb-labs/mongo-rust-driver-prototype
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
29 lines (26 loc) · 825 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "mongodb"
version = "0.1.1"
authors = ["Valeri Karpov <[email protected]>",
"Saghm Rossi <[email protected]>",
"Kevin Yeh <[email protected]>"]
description = "An experimental MongoDB driver written by MongoDB interns."
repository = "https://github.com/mongodb-labs/mongo-rust-driver-prototype"
documentation = "https://mongodb-labs.github.io/mongo-rust-driver-prototype/mongodb"
readme = "README.md"
keywords = ["mongo", "mongodb", "database", "bson", "nosql"]
license = "Apache-2.0"
[dependencies]
bson = { git = "https://github.com/zonyitoo/bson-rs" }
byteorder = "0.3"
chrono = "0.2"
rand = "0.3"
rust-crypto = "0.2.31"
rustc-serialize = "0.3"
scan_fmt = "0.1.0"
separator = "0.3.0"
textnonce = "0.1.1"
time = "0.1"
bufstream = "0.1.1"
[dev-dependencies]
nalgebra = "0.2"