# 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 = "rustomword" version = "1.0.2" authors = ["hbina085 "] description = "A website that will give you a random word every time you visit it." homepage = "https://rustomword.herokuapp.com/" readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/hbina/rustomword" [dependencies.actix-rt] version = "1.1.1" [dependencies.actix-web] version = "2.0.0" [dependencies.chrono] version = "0.4.15" features = ["serde"] [dependencies.diesel] version = "1.4.5" features = ["postgres", "r2d2", "uuid", "chrono"] [dependencies.diesel_migrations] version = "1.4.0" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.7.1" [dependencies.failure] version = "0.1.8" [dependencies.futures] version = "0.3.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.listenfd] version = "0.3.3" [dependencies.log] version = "0.4.11" [dependencies.num_cpus] version = "1.13.0" [dependencies.postgres] version = "0.17.5" [dependencies.r2d2] version = "0.8.9" [dependencies.r2d2_postgres] version = "0.16.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0.115" [dependencies.serde_derive] version = "1.0.115" [dependencies.serde_json] version = "1.0.57"