# 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 = "connect4-server" version = "0.1.0" authors = ["Jacob Reckhard ", "Arun Woosaree "] description = "A server which interacts with connect4-lib" license = "GPL-3.0-or-later" [[bin]] name = "server" path = "src/main.rs" [dependencies.bson] version = "0.14.1" [dependencies.connect4-coms] version = "0.1.0" [dependencies.connect4-lib] version = "0.1.0" [dependencies.jsonwebtoken] version = "7.1.0" [dependencies.mongodb] version = "0.9.2" [dependencies.rand] version = "0.7.3" [dependencies.rocket] version = "0.4.4" default-features = false [dependencies.rocket_contrib] version = "0.4.4" features = ["handlebars_templates", "tera_templates", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.51" [target.x86_64-unknown-linux-gnu]