# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "so" version = "0.4.10" authors = ["Sam Tay "] build = false include = [ "src/**/*", "themes/*", "LICENSE", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal interface for StackOverflow" homepage = "https://github.com/samtay/so" readme = "README.md" keywords = [ "cli", "tui", "stackoverflow", "stackexchange", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/samtay/so" [lib] name = "so" path = "src/lib.rs" [[bin]] name = "so" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.5.16" features = [ "cargo", "string", ] [dependencies.crossterm] version = "0.28.1" features = ["event-stream"] [dependencies.cursive] version = "0.21.1" features = ["toml"] default-features = false [dependencies.directories] version = "5.0.1" [dependencies.env_logger] version = "0.11.5" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4.22" [dependencies.minimad] version = "0.13.1" [dependencies.percent-encoding] version = "2.1" [dependencies.pulldown-cmark] version = "0.9.6" default-features = false [dependencies.rayon] version = "1.5" [dependencies.reqwest] version = "0.12.7" features = [ "gzip", "json", ] [dependencies.scraper] version = "0.20.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.termimad] version = "0.30.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.20" features = ["full"] [dependencies.webbrowser] version = "1.0.1" [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"] [badges.appveyor] branch = "master" repository = "samtay/so" service = "github" [badges.travis-ci] branch = "master" repository = "samtay/so"