2024-04-28 08:13:16 -04:00
|
|
|
[package]
|
|
|
|
name = "inv_sig_helper_rust"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
regex = "1.10.4"
|
2024-04-29 04:27:20 -04:00
|
|
|
rquickjs = {version = "0.6.0", features=["futures", "parallel"]}
|
2024-04-29 00:37:58 -04:00
|
|
|
tokio = { version = "1.37.0", features = ["full", "net", "macros", "rt-multi-thread", "io-std", "io-util"] }
|
2024-04-28 15:19:38 -04:00
|
|
|
reqwest = "0.12.4"
|
|
|
|
lazy-regex = "3.1.0"
|
2024-04-29 00:37:58 -04:00
|
|
|
tub = "0.3.7"
|