# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "rat" version = "0.4.12" authors = ["Lukas Pustina "] include = ["README.md", "LICENSE", "**/*.rs", "Cargo.toml"] description = "REST API tool - query various REST APIs comfortably" readme = "README.md" keywords = ["CenterDevice", "Pocket", "Slack"] license = "MIT" repository = "https://github.com/lukaspustina/rat " [[bin]] name = "rat" path = "src/main.rs" [dependencies.base64] version = "~0.4.0" [dependencies.chrono] version = "0.3" [dependencies.clap] version = "2" [dependencies.error-chain] version = "0.11" [dependencies.humantime] version = "1.0.0" [dependencies.hyper] version = "0.10.5" [dependencies.hyper-native-tls] version = "0.2.2" [dependencies.indicatif] version = "0.3" [dependencies.itertools] version = "0.5" [dependencies.mime] version = "0.2.2" [dependencies.mime_guess] version = "1.8" [dependencies.mime_multipart] version = "0.5" [dependencies.rust-crypto] version = "0.2" [dependencies.select] version = "0.4.0" [dependencies.serde] version = "0.9" [dependencies.serde_derive] version = "0.9" [dependencies.serde_json] version = "0.9" [dependencies.serde_urlencoded] version = "0.4" [dependencies.tabwriter] version = "1.0" [dependencies.term-painter] version = "0.2" [dependencies.toml] version = "0.3" [dependencies.webbrowser] version = "0.2" [dev-dependencies.pretty_assertions] version = "0.1" [badges.appveyor] branch = "master" repository = "lukaspustina/rat" [badges.travis-ci] branch = "master" repository = "lukaspustina/rat"