# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mongodb-base-service" version = "0.5.1" authors = ["bdbmammoth "] description = "A simple Rust service wrapper to simplify finds, updates, deletes\n" readme = "README.md" keywords = ["mongodb", "service", "starter"] license = "MIT" repository = "https://github.com/briandeboer/mongodb-base-service" [dependencies.bson] version = "0.14.1" [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.juniper] version = "0.14.2" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.11" [dependencies.mongodb] version = "0.9.2" [dependencies.mongodb-cursor-pagination] version = "0.2.9" features = ["graphql"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dependencies.voca_rs] version = "1.11" [features] default = [] graphql = ["juniper"] test = []