[package] name = "mongors" version = "0.3.0-alpha.1" license = "MIT" authors = ["danc "] description = "Rust driver for MongoDB" keywords = ["mongo", "mongodb", "mongodb_driver", "database", "nosql"] documentation = "https://docs.rs/mongors" homepage = "https://github.com/danc/mongo-rust-driver" repository = "https://github.com/danc/mongo-rust-driver" readme = "README.md" edition = "2018" [dependencies] bsonrs = "0.2"