[package] name = "ridb-rest-client" version = "0.1.5" authors = ["Xavier Lange "] edition = "2018" description = "Client library for talking to the Viasat databus API" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ridb-jwt-client = { path = "../ridb-jwt-client", version = "0.1.0" } reqwest = "0.10.4" tokio = { version = "0.2.20", features=["full"]} serde = { version = "1", features=["derive"]} serde_json = "1" log = "0" env_logger = "0"