489d13227b
* bump: rust * bump: rust ci * Updated License * bump: reqwest * bump: tokio * bump: uuid * bump: icarus_models * cargo update * bump: icarus_dm
18 lines
691 B
TOML
18 lines
691 B
TOML
[package]
|
|
name = "icarus-dm"
|
|
version = "0.10.0"
|
|
rust-version = "1.95"
|
|
edition = "2024"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
futures = { version = "0.3.32" }
|
|
http = { version = "1.4.0" }
|
|
reqwest = { version = "0.13.3", features = ["json", "blocking", "multipart", "stream"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
serde_json = "1.0.149"
|
|
tokio = { version = "1.52", features = ["full"] }
|
|
tokio-util = { version = "0.7.18", features = ["codec"] }
|
|
uuid = { version = "1.23.1", features = ["v4", "serde"] }
|
|
icarus_models = { git = "ssh://git@git.kundeng.us/phoenix/icarus_models.git", tag = "v0.11.1" }
|