# 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 = "bkm" version = "0.2.2" authors = ["João Vitor Silveira Ribeiro "] description = "A terminal-based book manager" homepage = "https://github.com/joao-vitor-sr/bkm" documentation = "https://github.com/joao-vitor-sr/bkm" readme = "README.md" keywords = [ "tui", "terminal", "bin", "books", "book", ] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/joao-vitor-sr/bkm" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.27" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.dirs] version = "4.0.0" [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.tui] version = "0.19.0" [dependencies.unicode-width] version = "0.1.10" [dependencies.uuid] version = "1.2.2" features = [ "v4", "fast-rng", "macro-diagnostics", ]