# 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] edition = "2018" name = "fifty-shades" version = "0.2.0" authors = ["Alexander Kahl "] description = "Graylog REST API client written in Rust" homepage = "https://github.com/e-user/50shades" readme = "README.md" keywords = ["command-line", "cli", "graylog", "log"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/e-user/50shades" [[bin]] name = "50shades" path = "src/main.rs" [dependencies.chrono] version = "0.4.1" features = ["serde"] [dependencies.dialoguer] version = "0.4.0" [dependencies.dirs] version = "2.0.2" [dependencies.exitfailure] version = "0.5.1" [dependencies.failure] version = "0.1.5" [dependencies.handlebars] version = "2.0.1" [dependencies.keyring] version = "0.7.1" [dependencies.maplit] version = "1.0.2" [dependencies.reqwest] version = "0.9.22" [dependencies.serde] version = "1.0.98" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.2.18" [dependencies.toml] version = "0.5.3" [dependencies.two_timer] version = "1.2.0" [dependencies.url] version = "2.1.0" [badges.maintenance] status = "passively-maintained"