[dependencies]
byteorder = "^0.3"
hostname = "^0.1"
lazy_static = "^0.2"
libc = "^0.2"
quick-error = "^1.1"
rand = "^0.3"
rust-crypto = "^0.2"
rustc-serialize = "^0.3"
[dependencies.serde]
optional = true
version = "^0.9"
[dev-dependencies]
serde_json = "^0.9"
[features]
unstable = []
[lib]
name = "objectid"
path = "src/lib.rs"
[package]
authors = ["fengcen <fengcen.love@gmail.com>"]
description = "A Rust implementation of a BSON ObjectId."
documentation = "https://docs.rs/objectid"
homepage = "https://github.com/fengcen/objectid"
keywords = ["mongo", "mongodb", "object", "id", "bson"]
license = "MIT"
name = "objectid"
readme = "README.md"
repository = "https://github.com/fengcen/objectid.git"
version = "0.2.0"