[package] name = "lethean" version = "1.2.2" authors = ["Lethean Community"] edition = "2018" license = "MIT" description = "Lethean VPN Marketplace API" homepage = "https://lt.hn" repository = "https://gitlab.com/lthn.io/projects/sdk/clients/rust" [dependencies] serde = "^1.0" serde_derive = "^1.0" serde_json = "^1.0" url = "^2.2" [dependencies.reqwest] version = "^0.11" default-features = false features = ["json", "multipart"] [dev-dependencies]