# 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 = "reql-types" version = "0.3.3" authors = ["rushmorem "] description = "Some useful types to use along with the reql crate" documentation = "https://docs.rs/reql-types" license = "MIT/Apache-2.0" repository = "https://github.com/RethinkDB/rethinkdb-rs" [dependencies.base64] version = "0.13.0" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.81" [dependencies.time] version = "0.3.9" features = [ "macros", "formatting", "parsing", ] [dependencies.uuid] version = "1.1.2" features = [ "v4", "serde", ] [features]