gain-localhost 0.1.0

Client API for gate.computer/localhost service.
Documentation
[package]
name = "gain-localhost"
version = "0.1.0"
authors = ["Timo Savola <timo.savola@iki.fi>"]
edition = "2018"
description = "Client API for gate.computer/localhost service."
documentation = "https://docs.rs/gain-localhost"
homepage = "https://gate.computer"
repository = "https://github.com/gate-computer/gain"
keywords = ["gate", "http", "service"]
categories = ["api-bindings", "asynchronous", "network-programming"]
license = "BSD-3-Clause"

[dependencies]
flatbuffers = "0.6.0"
gain = { version = "0.2.1", path = "../gain" }
gain-lep = { version = "0.1.0", path = "../gain-lep", optional = true }
lazy_static = "1.4.0"

[features]
lep = ["gain-lep"]