# 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 = "realworld" version = "0.5.3" authors = ["TatriX "] description = "Rust / Rocket codebase containing real world examples (CRUD, auth, advanced patterns, etc)\nthat adheres to the RealWorld spec and API.\n" homepage = "https://github.com/TatriX/realworld-rust-rocket" documentation = "https://github.com/TatriX/realworld-rust-rocket" readme = "README.md" keywords = ["demo", "web", "realworld", "rocket"] categories = ["web-programming"] license = "Unlicense OR MIT" repository = "https://github.com/TatriX/realworld-rust-rocket" [dependencies.chrono] version = "0.4.10" features = ["serde"] [dependencies.diesel] version = "1.4.3" features = ["postgres", "chrono"] [dependencies.dotenv] version = "0.15.0" [dependencies.jsonwebtoken] version = "6.0.1" [dependencies.rand] version = "0.7.2" [dependencies.rocket] version = "0.4.2" default-features = false [dependencies.rocket_contrib] version = "0.4.2" features = ["json", "diesel_postgres_pool"] default-features = false [dependencies.rocket_cors] version = "0.5.1" default-features = false [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1.0.103" features = ["derive"] [dependencies.serde_json] version = "1.0.44" [dependencies.slug] version = "0.1.4" [dependencies.validator] version = "0.10.0" [dependencies.validator_derive] version = "0.10.0" [dev-dependencies.once_cell] version = "1.2.0" [features] default = ["random-suffix"] random-suffix = [] [badges.travis-ci] repository = "TatriX/realworld-rust-rocket"