socketlabs 0.1.2

Unofficial Rust library for the SocketLabs Injection API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
authors = ["Beatriz Rizental <beatriz.rizental@gmail.com>"]
name = "socketlabs"
version = "0.1.2"
description = "Unofficial Rust library for the SocketLabs Injection API."
repository = "https://github.com/rust-lang/cargo"
documentation= "https://docs.rs/socketlabs/0.1.0/socketlabs/"
license = "MPL-2.0"

[dependencies]
failure = "0.1.1"
failure_derive = "0.1.1"
reqwest = "0.8.6"
serde = "1.0.70"
serde_derive = "1.0.70"
serde_json = "1.0.24"