# 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 = "blub" version = "0.0.1" authors = ["Stephan Wolski "] description = "blub - CLI for GitHub" homepage = "https://github.com/Slowki/blub" readme = "README.md" keywords = ["cli", "github"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Slowki/blub" [dependencies.app_dirs] version = "1.2.1" [dependencies.clap] version = "2.31.2" features = ["color", "suggestions", "vec_map"] [dependencies.colored] version = "1.6.0" [dependencies.futures] version = "0.1" [dependencies.git2] version = "0.6" [dependencies.hyper] version = "0.11" [dependencies.hyper-tls] version = "0.1.3" [dependencies.mdcat] version = "0.8.0" [dependencies.pulldown-cmark] version = "0.1.2" default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.37" [dependencies.serde_json] version = "1.0.13" [dependencies.syntect] version = "2.0.0" [dependencies.tokio-core] version = "0.1" [dependencies.toml] version = "0.4.6" [badges.maintenance] status = "actively-developed"