You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mongo-rust-driver/Cargo.toml

31 lines
869 B
TOML

9 years ago
[package]
name = "mongo_driver"
version = "0.12.1"
authors = ["Thijs Cadier <thijs@appsignal.com>"]
description = "Mongo Rust driver built on top of the Mongo C driver"
readme = "README.md"
documentation = "https://docs.rs/mongo_driver/"
repository = "https://github.com/thijsc/mongo-rust-driver"
keywords = ["mongodb", "database"]
categories = ["database", "api-bindings"]
license = "MIT/Apache-2.0"
9 years ago
[badges]
travis-ci = { repository = "thijsc/mongo-rust-driver" }
is-it-maintained-issue-resolution = { repository = "thijsc/mongo-rust-driver" }
is-it-maintained-open-issues = { repository = "thijsc/mongo-rust-driver" }
9 years ago
[dependencies]
libc = "^0.2"
6 years ago
log = "^0.4"
bson = "^0.12"
serde = "1.0"
serde_derive = "1.0"
9 years ago
[dependencies.mongoc-sys]
path = "mongoc-sys"
version = "1.8.2-1"
[dev-dependencies]
chrono = "^0.4"