so 0.4.4

A terminal interface for StackOverflow
Documentation
[[bench]]
harness = false
name = "html_parsing"
path = "html_parsing.rs"

[[bench]]
harness = false
name = "md_parsing"
path = "md_parsing.rs"
[badges.appveyor]
branch = "master"
repository = "samtay/so"
service = "github"

[badges.travis-ci]
branch = "master"
repository = "samtay/so"
[dependencies.clap]
version = "2.33"

[dependencies.crossterm]
features = ["event-stream"]
version = "0.20"

[dependencies.cursive]
default-features = false
features = ["toml"]
version = "0.16"

[dependencies.directories]
version = "2.0"

[dependencies.futures]
version = "0.3"

[dependencies.lazy_static]
version = "1.4"

[dependencies.minimad]
version = "0.8"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.pulldown-cmark]
default-features = false
version = "0.8"

[dependencies.rayon]
version = "1.5"

[dependencies.reqwest]
features = ["gzip", "json"]
version = "0.11"

[dependencies.scraper]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.8"

[dependencies.syn]
version = "=1.0.57"

[dependencies.termimad]
version = "0.13"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.7"
[dev-dependencies.criterion]
version = "0.3"

[features]
crossterm-backend = ["cursive/crossterm-backend"]
default = ["cursive/termion-backend"]
ncurses-backend = ["cursive/ncurses-backend"]
pancurses-backend = ["cursive/pancurses-backend"]
termion-backend = ["cursive/termion-backend"]
windows = ["cursive/crossterm-backend"]

[package]
authors = ["Sam Tay <sam.chong.tay@pm.me>"]
categories = ["command-line-utilities"]
description = "A terminal interface for StackOverflow"
edition = "2018"
homepage = "https://github.com/samtay/so"
include = ["src/**/*", "themes/*", "LICENSE", "README.md", "CHANGELOG.md"]
keywords = ["cli", "tui", "stackoverflow", "stackexchange"]
license = "MIT"
name = "so"
readme = "README.md"
repository = "https://github.com/samtay/so"
version = "0.4.4"