[package] name = "lethean-api" description = "Lethean VPN Marketplace API" homepage = "https://lt.hn" documentation = "https://lt.hn/en/docs" repository = "https://gitlab.com/lthn.io/projects/sdk/clients/rust" readme = "README.md" version = "1.1.1" authors = ["Lethean"] edition = "2018" license = "MIT" keywords = ["vpn", "api", "blockchain"] categories = ["api-bindings", "cryptography::cryptocurrencies", "web-programming"] [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]