# 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 = "2021" name = "bk" version = "0.6.0" authors = ["James Campos "] description = "Terminal Epub reader" readme = "README.md" keywords = [ "ebook", "epub", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/aeosynth/bk" [dependencies.argh] version = "^0.1" [dependencies.crossterm] version = "^0.22" [dependencies.ron] version = "^0.7" [dependencies.roxmltree] version = "^0.14" [dependencies.serde] version = "^1.0" [dependencies.unicode-width] version = "^0.1" [dependencies.zip] version = "^0.5" features = ["deflate"] default-features = false