# 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 = "dbcat" version = "0.1.5" authors = ["Nishant Joshi "] description = "A *cat(1)* equivalent for viewing sqlite database." homepage = "https://github.com/nishantjoshi00/dbcat" readme = "README.md" keywords = ["cli", "tool", "executable", "sqlite"] license = "MIT" repository = "https://github.com/nishantjoshi00/dbcat" resolver = "2" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.cli-table] version = "0.4.6" [dependencies.colorize] version = "0.1.0" [dependencies.sqlite] version = "0.26.0"