[package] name = "bson-rs" version = "0.1.0" authors = ["Y. T. Chung "] description = "Encoding and decoding support for BSON in Rust" license = "MIT" readme = "README.md" homepage = "https://github.com/zonyitoo/bson-rs" [lib] name = "bson" [dependencies] chrono = "*" byteorder = "*" rustc-serialize = "*"