[package] name = "jm_client_core" version = "0.1.0" authors = ["LordMZTE "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.34" env_logger = "0.8.2" lazy_static = "1.4.0" log = "0.4.11" once_cell = "1.5.2" reqwest = "0.10.9" serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.60" thiserror = "1.0.23" tokio = { version = "0.2.23", features = ["macros", "fs"] } url = "2.2.0"