# 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 = "books-db" version = "0.1.0" authors = ["Chris O'Neil "] description = "Simple command line application for maintaining a collection of books" readme = "README.md" license = "MIT" repository = "https://github.com/jacderida/books-db" [[bin]] name = "books" path = "src/main.rs" [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.dialoguer] version = "0.10.4" [dependencies.dirs-next] version = "2.0.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rusqlite] version = "0.29.0" features = ["bundled"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.textwrap] version = "0.16.0" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.26" features = ["full"] [dev-dependencies.assert_cmd] version = "~2.0" [dev-dependencies.assert_fs] version = "~1.0" [dev-dependencies.httpmock] version = "0.6" [dev-dependencies.predicates] version = "~2.0"