# 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 = "redbcli" version = "0.1.6" authors = ["jokemanfire "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "RedbCLI is a command-line tool for managing and operating Redb databases. It provides various commands to create, delete, query, and edit database tables." readme = "README.md" keywords = [ "redb", "cli", ] license = "MIT/Apache-2.0" repository = "https://github.com/jokemanfire/redbcli" [lib] name = "redbcli" path = "src/lib.rs" [[bin]] name = "redbcli" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.prettytable] version = "0.10.0" [dependencies.redb] version = "2.2.0" [dependencies.rustyline] version = "15.0.0" [dependencies.serde_json] version = "1.0" [dependencies.shlex] version = "1.3.0" [dependencies.tempfile] version = "3.14.0"