mirror of
http://shenjack.top:5100/shenjack/icalingua-python-bot.git
synced 2024-11-23 20:45:06 +08:00
33 lines
906 B
TOML
33 lines
906 B
TOML
[package]
|
|
name = "ica-rs"
|
|
version = "0.4.4"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
ed25519 = "2.2.3"
|
|
ed25519-dalek = "2.1.1"
|
|
hex = "0.4.3"
|
|
blake3 = "1.5.0"
|
|
rust_socketio = { version = "0.4.4", features = ["async"]}
|
|
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
serde_json = "1.0"
|
|
chrono = "0.4.34"
|
|
toml = "0.8.10"
|
|
colored = "2.1.0"
|
|
|
|
tokio = { version = "1.0", features = ["full"] }
|
|
futures-util = "0.3.30"
|
|
pyo3 = "0.20.2"
|
|
# pyo3-async = "0.3.2"
|
|
pyo3-asyncio = { version = "0.20.0", features = ["attributes", "tokio-runtime"] }
|
|
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = { version = "0.3.18", features = ["time"] }
|
|
|
|
[patch.crates-io]
|
|
rust_socketio = { git = "https://github.com/shenjackyuanjie/rust-socketio.git", branch = "mult_payload" }
|
|
# pyo3 = { git = "https://github.com/PyO3/pyo3.git", branch = "main" }
|