# 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 = "libsql-shell" version = "0.1.1" description = "Command-line interface for libSQL - an open-source and open-contribution fork of SQLite" readme = "README.md" keywords = [ "libsql", "sqlite", "cli", "database", "shell", ] license = "MIT OR Apache-2.0" [[bin]] name = "libsql" path = "src/main.rs" [dependencies.anyhow] version = "1.0.69" [dependencies.base64] version = "0.21.0" [dependencies.clap] version = "4.1.8" features = [ "derive", "env", ] [dependencies.home] version = "0.5.4" [dependencies.rusqlite] version = "0.28.0" [dependencies.rustyline] version = "11.0.0" [dependencies.tabled] version = "0.10.0" [dependencies.tracing-subscriber] version = "0.3.16"