[package] name = "hazelcast_rest" description = "A library wrapping Hazelcast Rest API" repository = "https://github.com/orhanbalci/rust-hazelcast-rest" version = "0.1.0" authors = ["Orhan Balci "] keywords = ["rest", "api", "client", "hazelcast"] documentation ="https://orhanbalci.github.io/rust-hazelcast-rest" license="MIT" exclude=[".travis.yml"] [dependencies] hyper = "*"