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

              
                 




                                                                                                
                                             
                                                                      
               
                                                                                           


                                                  
               

                   
                                                         

                  
                 

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

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

[dependencies]
axum = { version = "0.7", features = ["ws"] }
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "local-time", "chrono"] }
time = { version = "0.3", features = ["macros"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
config = "0.14"
surge-ping = "0.8"
axum-macros = "0.4"
uuid = { version = "1.8", features = ["v4", "fast-rng"] }
dashmap = "5.5"
color-eyre = "0.6"
thiserror = "1.0"
ipnetwork = "0.20"
mac_address = { version = "1.1", features = ["serde"] }
tracing-appender = "0.2.3"
utoipa = { version = "4.2", features = ["axum_extras"] }
utoipa-swagger-ui = { version = "7.1", features = ["axum"] }