# 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 = "webapp-backend" version = "1.0.0" authors = ["Sascha Grunert "] description = "A web application completely written in Rust" homepage = "https://github.com/saschagrunert/webapp.rs" documentation = "https://docs.rs/webapp" keywords = ["web", "app", "webapp", "wasm", "webassembly"] categories = ["web-programming"] license = "MIT" repository = "https://github.com/saschagrunert/webapp.rs" [[bin]] name = "backend" path = "src/main.rs" [dependencies.actix] version = "0.8.3" [dependencies.actix-cors] version = "0.1.0" [dependencies.actix-files] version = "0.1.3" [dependencies.actix-web] version = "1.0.3" features = ["ssl"] [dependencies.bytes] version = "0.4.12" [dependencies.clap] version = "2.33.0" features = ["yaml"] [dependencies.diesel] version = "1.4.2" features = ["r2d2", "postgres"] [dependencies.env_logger] version = "0.6.2" [dependencies.failure] version = "0.1.5" [dependencies.futures] version = "0.1.28" [dependencies.jsonwebtoken] version = "6.0.1" [dependencies.log] version = "0.4.6" [dependencies.num_cpus] version = "1.10.1" [dependencies.openssl] version = "0.10.23" [dependencies.r2d2] version = "0.8.5" [dependencies.serde] version = "1.0.94" features = ["derive"] [dependencies.serde_cbor] version = "0.10.0" [dependencies.time] version = "0.1.42" [dependencies.url] version = "1.7.2" [dependencies.uuid] version = "0.7.4" features = ["v4"] [dependencies.webapp] version = "1.0.0" features = ["backend"] [dev-dependencies.actix-http] version = "0.2.5" [dev-dependencies.actix-http-test] version = "0.2.2" [dev-dependencies.lazy_static] version = "1.3.0" [dev-dependencies.reqwest] version = "0.9.18" [badges.circle-ci] branch = "master" repository = "saschagrunert/webapp.rs" [badges.codecov] branch = "master" repository = "saschagrunert/webapp.rs" service = "github" [badges.maintenance] status = "actively-developed"