[package] name = "rustli" version = "0.4.0" license = "MIT/Apache-2.0" readme = "README.md" authors = ["Marius Seritan "] repository = "https://github.com/winding-lines/rustli" documentation = "https://github.com/winding-lines/rustli" description = """ Rustli is a minimal Rust library to talk to Restli servers https://github.com/linkedin/rest.li and to reason about PDSC schemas. This is personal project. """ [features] default = ["fetch"] # Currently fetch is implemented with the curl fetch = ["curl"] [dependencies] curl = {version = "0.3", optional = true} glob = "0.2" log = "0.3" serde = "1.0" serde_derive = "1.0" serde_json = "1.0" strsim = "0.6"