[package] name = "arri_client" version = "0.69.2" edition = "2021" description = "Client library needed to use rust code generated by the Arri CLI" license = "MIT" publish = true homepage = "https://github.com/modiimedia/arri" repository = "https://github.com/modiimedia/arri" keywords = ["arrirpc", "arri", "http", "rpc"] categories = ["parsing", "web-programming::http-client"] include = ["/src"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4" reqwest = {version = "0.12", features = ["stream"]} serde_json = "1"