[package] edition = "2018" name = "backend" version = "0.1.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] async-lock = "2.4.0" async-redis-session = {git = "https://github.com/jbr/async-redis-session", version = "0.2.2"} async-session = "3.0.0" async-std = {version = "1.9.0", features = ["attributes"]} axum = {version = "0.1.1", features = ["headers"]} chrono = {version = "0.4.0", features = ["serde"]} diesel = {version = "1.4.7", features = ["postgres", "chrono", "serde_json", "r2d2", "uuidv07"]} diesel-tracing = {version = "0.1.5", features = ["postgres"]} diesel_migrations = {version = "1.4.0"} dotenv = "0.15.0" fern = "0.6.0" headers = "0.3.4" http = "0.2.4" hyper = {version = "0.14.11", features = ["full"]} log = "0.4.14" oauth2 = "4.1.0" redis = {version = "0.21.0", features = ["aio", "async-std-comp"]} reqwest = {version = "0.11.4", features = ["json"]} serde = {version = "1.0.127", features = ["derive"]} serde-redis = "0.10.0" serde_json = "1.0.66" tokio = {version = "1.9.0", features = ["full"]} tokio-diesel = {git = "https://github.com/mehcode/tokio-diesel", version = "0.3.0"} tower = {version = "0.4.6", features = ["full"]} tower-http = {version = "0.1.1", features = ["trace"]} tracing = {version = "0.1.26", features = ["log-always"]} tracing-log = {version = "0.1.2", features = ["log-tracer"]} tracing-subscriber = {version = "0.2.20", features = ["fmt"]} url = "2.2.2" uuid = {version = "0.8.2", features = ["serde", "v4"]}