# 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 = "mongo_service" version = "0.3.1" authors = ["Junfeng Liu "] description = "General CRUD RESTful APIs for MongoDB." readme = "README.md" keywords = ["MongoDB", "CRUD"] categories = ["web-programming::http-server", "database"] license = "MIT" repository = "https://github.com/J-F-Liu/mongo_service.git" [dependencies.async-std] version = "1.7.0" features = ["attributes"] [dependencies.chrono] version = "0.4.19" [dependencies.futures] version = "0.3.8" [dependencies.mongodb] version = "1.1.1" features = ["async-std-runtime"] default-features = false [dependencies.serde] version = "1.0.117" [dependencies.serde_json] version = "1.0.59" [dependencies.tide] version = "0.15.0" features = ["h1-server"] default-features = false