aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 5bfa1672dfbf93e7313687b0bde09279fa4beabe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[package]
name = "bk"
version = "0.5.1"
authors = ["James Campos <james.r.campos@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Terminal Epub reader"
keywords = ["ebook", "epub"]
categories = ["command-line-utilities"]
readme = "README.md"
repository = "https://github.com/aeosynth/bk"

[dependencies]
anyhow = "^1.0"
argh = "^0.1"
crossterm = "^0.19"
ron = "^0.6"
roxmltree = "^0.14"
serde = "^1.0"
unicode-width = "^0.1"

[dependencies.zip]
version = "^0.5"
default-features = false
features = ["deflate"]