# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "entropy-game" version = "2.2.5" description = "Entropy, a game." readme = "README.md" license = "GPL-3.0" [dependencies.axum] version = "0.7.5" features = [ "form", "http1", "json", "matched-path", "original-uri", "query", "tokio", "tower-log", "tracing", "macros", "ws", ] default-features = false [dependencies.axum-auth] version = "0.7.0" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.entropy-base] version = "0.2.5" [dependencies.pg-embed-alternative] version = "0.8.0-rc1" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.rmp] version = "0.8.14" [dependencies.rmp-serde] version = "1.3.0" [dependencies.sea-orm] version = "0.12.15" features = [ "debug-print", "sqlx-postgres", "runtime-tokio-rustls", ] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_bytes] version = "0.11.14" [dependencies.thiserror] version = "1.0.61" [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.toml] version = "0.8.14" features = ["parse"] [dependencies.tower-http] version = "0.5.2" features = ["compression-full"] [dependencies.tracing] version = "0.1.40" features = [ "attributes", "max_level_debug", "release_max_level_info", ] default-features = false [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.url] version = "2.5.1"