# 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 = "the-book-tui" version = "1.0.1" description = "A TUI application to load, read, and search The Rust Book." readme = "README.md" keywords = [ "cli", "tui", "book", ] license = "MIT OR Apache-2.0" repository = "https://github.com/iwilltakeyourpackages/the-book-tui" [dependencies.better-panic] version = "0.3.0" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.crossterm] version = "0.25" [dependencies.home] version = "0.5.4" [dependencies.indicatif] version = "0.17.3" [dependencies.itertools] version = "0.10.5" [dependencies.reqwest] version = "0.11.14" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.156" features = ["derive"] [dependencies.serde_json] version = "1.0.94" features = ["std"] [dependencies.tui] version = "0.19"