You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
665 B
22 lines
665 B
[package] |
|
name = "poloniex_dump" |
|
version = "0.1.0" |
|
edition = "2021" |
|
|
|
[dependencies] |
|
async-stream = "0.3.6" |
|
async-trait = "0.1.86" |
|
chrono = { version = "0.4.39", features = ["serde"] } |
|
dotenv = "0.15.0" |
|
envy = "0.4.2" |
|
futures-util = "0.3.31" |
|
reqwest = { version = "0.12.12", features = ["json"] } |
|
reqwest-websocket = "0.4.4" |
|
serde = { version = "1.0.217", features = ["derive"] } |
|
serde_json = "1.0.138" |
|
serde_tuple = "1.1.0" |
|
sqlx = { version = "0.8.3", features = ["chrono", "runtime-tokio", "sqlite"] } |
|
strum = { version = "0.26.3", features = ["derive"] } |
|
thiserror = "2.0.11" |
|
tokio = { version = "1.43.0", features = ["rt-multi-thread", "macros"] } |
|
url = "2.5.4"
|
|
|