# 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 = "sqlite-extras" version = "0.1.1" authors = ["Pawel Urbanek "] build = false exclude = ["test_db.db"] autobins = false autoexamples = false autotests = false autobenches = false description = "Sqlite database insights" readme = "README.md" categories = ["database"] license = "MIT" repository = "https://github.com/pawurb/sqlite-extras-rs" [profile.release] lto = true [lib] name = "sqlite_extras" path = "src/lib.rs" [[bin]] name = "sqlextras" path = "bin/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.lazy_static] version = "1.5.0" [dependencies.prettytable-rs] version = "0.10.0" [dependencies.semver] version = "1.0.23" [dependencies.sqlx] version = "0.8" features = [ "sqlite", "chrono", "runtime-tokio-rustls", ] [dependencies.tokio] version = "1.40" features = ["full"]