[package] name = "sbx_cloud" version = "0.1.16" edition = "2021" authors = ["Hans Ospina "] include = ["src/**/*", "Cargo.toml", "LICENSE", "README.md"] homepage = "https://github.com/socobox/sbx-sdk-rs" repository = "https://github.com/socobox/sbx-sdk-rs" description = "SBXCloud SDK for Rust" license = "MIT" keywords = ["sbx", "sbxcloud", "sdk"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.163", features = ["derive"] } reqwest = { version = "0.11.18", features = ["json"] } serde_json = "1.0.96" [lib] path = "src/lib.rs"