# 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 = "squealer" version = "0.1.0" authors = ["Samuel Thompson "] description = "A Terminal UI database client" homepage = "https://github.com/samuelt87/squealer" readme = "README.md" license = "MIT" license-file = "LICENSE" repository = "https://github.com/samuelt87/squealer.git" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" [dependencies.ratatui] version = "0.26.0" [dependencies.ratatui-explorer] version = "0.1.1" [dependencies.sqlx] version = "0.7.4" features = [ "runtime-tokio-native-tls", "sqlite", ] [dependencies.tokio] version = "1.20.0" features = [ "macros", "rt-multi-thread", ] [dependencies.tui-textarea] version = "0.4.0"