solicit 0.1.0

A library implementation of HTTP/2
[package]

name = "solicit"
version = "0.1.0"
authors = ["Marko Lalic <marko.lalic@gmail.com>"]

description = "A library implementation of HTTP/2"
repository = "https://github.com/mlalic/solicit"
homepage = "https://github.com/mlalic/solicit"
readme = "README.md"
license = "MIT"
keywords = ["http2", "protocol", "solicit"]
documentation = "https://mlalic.github.io/solicit/solicit/index.html"

[dependencies]
hpack = "*"
log = "^0.3"

[dependencies.openssl]
version = "*"
features = ["tlsv1_2", "npn"]

[features]
live_tests = []