# 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 = "pl_web_api" version = "0.1.1" authors = ["Mickael Eriksson "] description = "A api to store books" homepage = "https://github.com/you/grrs" readme = "README.md" keywords = ["cli", "search", "demo", "api"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/you/grrs" [profile.dev] debug = 0 [profile.release] panic = "abort" [profile.test] debug = 0 [dependencies.bson] version = "1.1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3.4" features = ["async-await"] default-features = false [dependencies.hyper] version = "0.13.7" [dependencies.mongodb] version = "1.0.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["macros", "rt-threaded"] [dependencies.warp] version = "0.2"