[package] name = "gTickCheckerRust" version = "0.1.2" authors = ["jackliu100@gmail.com "] edition = "2018" description = "TickChecker is a simple management tool for server cloud computing in any field to check whether the target service has survived." documentation = "https://docs.rs/gTickCheckerRust" license-file = "LICENSE" repository = "https://gitlab.com/koangel/gTickCheckerRust" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] default = ["http2", "static-curl"] http2 = ["curl/http2"] static-curl = ["curl/static-curl"] static-ssl = ["curl/static-ssl"] [dependencies] toml = "0.5.8" serde = "1.0.123" serde_derive = "1.0.123" isahc = "1.1.0" tokio = { version = "1", features = ["rt","rt-multi-thread"] } grapeTimerR = "0.1.6" curl = "0.4.34" lazy_static = "1.4.0" num_cpus = "1.0" colour = "^0.5" log = "0.4.14" simple-log = "1.0.1" simple-error = "0.2.3" native-tls = "0.2.7" chrono = "0.4.19" tungstenite = "^0.13" url = "2.1.0"