[package] name = "jm_client_core" version = "0.1.6" 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.11.3" serde = { version = "1.0.117", features = ["derive"] } serde_json = "1.0.60" thiserror = "1.0.23" tokio = { version = "1.7.0", features = ["macros", "fs", "rt-multi-thread"] } url = "2.2.0"