[package] name = "httpie" description = "Human-friendly CLI HTTP client for the API era" license = "BSD-3-Clause" homepage="https://httpie.io" version = "0.0.2" include = [ "**/*.rs", "Cargo.toml", ] authors = [ "Jakub Roztocil" ] [[bin]] name = "httpie" test = false bench = false