# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "bson2" version = "2.0.3" authors = ["Y. T. Chung ", "Kevin Yeh ", "Saghm Rossi ", "Patrick Freed ", "Isabel Atkinson ", "zxj "] exclude = ["etc/**", "examples/**", "fuzz/**", "serde-tests/**", "src/tests/**", "rustfmt.toml", ".travis.yml", ".evergreen/**", ".gitignore"] description = "Encoding and decoding support for BSON in Rust" readme = "README.md" keywords = ["bson", "mongodb", "serde", "serialization", "deserialization"] categories = ["encoding"] license = "MIT" repository = "https://github.com/rbatis/bson2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [lib] name = "bson2" [dependencies.ahash] version = "0.7.2" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.15" features = ["std"] default-features = false [dependencies.hex] version = "0.4.2" [dependencies.indexmap] version = "1.6.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.serde_with] version = "1" optional = true [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dev-dependencies.assert_matches] version = "1.2" [dev-dependencies.chrono] version = "0.4" features = ["serde", "clock", "std"] default-features = false [dev-dependencies.criterion] version = "0.3.0" [dev-dependencies.pretty_assertions] version = "0.6.1" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.serde_bytes] version = "0.11" [features] chrono-0_4 = [] default = [] uuid-0_8 = []