aboutsummaryrefslogblamecommitdiff
path: root/Cargo.toml
blob: 5279abf56c7e14038dec679b0d3c9ad37614ad89 (plain) (tree)
1
2
3
4
5
6
7
8
9

              
                 




                                                                                                
                                                           

                                                                        
                                                                                            

                                                      
                      

                    
                                                                     
                    

                                                           
                 
[package]
name = "webol"
version = "0.2.1"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
axum = { version = "0.6.20", features = ["headers", "ws"] }
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter", "local-time", "time"] }
time = { version = "0.3.30", features = ["macros"] }
serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.107"
config = "0.13.3"
once_cell = "1.18.0"
sqlx = { version = "0.7.2", features = ["postgres", "runtime-tokio"]}
surge-ping = "0.8.0"
axum-macros = "0.3.8"
uuid = { version = "1.5.0", features = ["v4", "fast-rng"] }
dashmap = "5.5.3"