[package] name = "raystack_blocking" version = "0.12.0" edition = "2018" authors = ["a-mackay "] license = "MIT" repository = "https://github.com/a-mackay/raystack_blocking" description = "Synchronous SkySpark client" keywords = ["skyspark", "haystack"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] grid_csv = ["raystack/grid_csv"] [dependencies] chrono = "0.4" chrono-tz = "0.6" raystack = "0.12" reqwest = { version = "0.11", default-features = false, features = ["default-tls", "json"] } tokio = { version = "1", features = ["rt-multi-thread"] } url = "2"