remove unused dependencies
This commit is contained in:
parent
4a230a08c2
commit
7c46b8062c
3 changed files with 7 additions and 15 deletions
|
|
@ -5,15 +5,13 @@ edition = "2021"
|
|||
|
||||
[dependencies]
|
||||
async-trait = "0.1.83"
|
||||
atoi_radix10 = "0.0.1"
|
||||
atoi_radix10 = { version = "0.0.1", optional = true }
|
||||
axum = { version = "0.7.7", features = ["ws"] }
|
||||
axum-extra = { version = "0.9.4", features = ["typed-header"] }
|
||||
axum-streams = "0.19.0"
|
||||
bytes = "1.6.0"
|
||||
chrono = "0.4.38"
|
||||
debug_print = "1.0.0"
|
||||
futures = "0.3.31"
|
||||
futures-util = { version = "0.3.31", features = ["sink", "std"] }
|
||||
headers = "0.4.0"
|
||||
image = "0.25.2"
|
||||
rand = "*"
|
||||
|
|
@ -27,7 +25,7 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
|||
|
||||
[features]
|
||||
default = ["text", "binary"]
|
||||
text = []
|
||||
text = ["dep:atoi_radix10"]
|
||||
binary = []
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue