[package] name = "mon" version = "0.2.2" license = "MIT" authors = ["mitum "] description = "Rust driver for MongoDB" keywords = ["mongo", "mongodb", "mongodb_driver", "database", "nosql"] documentation = "https://docs.rs/mon" homepage = "https://github.com/mitum/mon" repository = "https://github.com/mitum/mon" readme = "README.md" [dependencies] chrono = "0.4" byteorder = "1.1" libc = "0.2" ring = "0.12" rand = "0.3" linked-hash-map = "0.5" serde = "1.0" serde_json = "1.0" data-encoding = "2.1" semver = "0.8" bitflags = "1.0"