# 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 = "wirc_server" version = "0.3.0" authors = ["willemml "] description = "A server/channel based chat handler backend." license = "GPL-3.0" repository = "https://github.com/willemml/wirc_server" [[test]] name = "cucumber" harness = false [dependencies.async-trait] version = "0.1.42" [dependencies.base64] version = "0.13.0" [dependencies.futures] version = "0.3.8" [dependencies.oauth2] version = "3.0.0" [dependencies.rand] version = "0.7.3" [dependencies.rayon] version = "1.5.0" [dependencies.reqwest] version = "0.10.0" features = ["json"] [dependencies.serde] version = "1.0.118" [dependencies.serde_json] version = "1.0.60" [dependencies.sha2] version = "0.9.2" [dependencies.tokio] version = "0.2.24" features = ["macros"] [dependencies.uuid] version = "0.8.1" features = ["serde", "v4"] [dependencies.warp] version = "0.2.5" [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tokio-test] version = "0.3.0"