# 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 = "rglw_api_common" version = "0.0.1" authors = ["jonathan.franco.2103@gmail.com"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rustyglware websocket api." homepage = "https://crates.io/crates/rglw_api_common" documentation = "https://docs.rs/rglw_api_common" readme = "Readme.md" license = "MIT" repository = "https://gitlab.com/rglw/public/apis/rglw_api/-/tree/main/rglw_api_common" [lib] name = "rglw_api_common" path = "src/lib.rs" [dependencies.async-trait] version = "0.1.80" [dependencies.dotenv] version = "0.15.0" [dependencies.figment] version = "0.10.18" features = [ "json", "toml", "env", "yaml", ] [dependencies.futures] version = "0.3.30" [dependencies.futures-util] version = "0.3.30" [dependencies.log] version = "0.4.21" [dependencies.mockall] version = "0.13.0" [dependencies.rglw] version = "0.1.1" features = ["log"] [dependencies.rglw_api_codegen] version = "0.0.1" [dependencies.rglw_orm] version = "0.2.1" [dependencies.serde] version = "1.0.198" features = ["derive"] [dependencies.serde_json] version = "1.0.116" [dependencies.sqlx] version = "0.8.2" [dependencies.tokio] version = "1.37.0" features = [ "rt-multi-thread", "macros", "sync", "time", ] [dependencies.tokio-tungstenite] version = "0.24.0"