# 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" rust-version = "1.77" name = "pretty-sqlite" version = "0.0.1" description = "Simple, Minimalistic Pretty Prints for SQLite using rusqlite" homepage = "https://github.com/jeremychone/rust-pretty-sqlite" readme = "README.md" keywords = [ "sqlite", "pretty-print", "database", "rusqlite", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/jeremychone/rust-pretty-sqlite" [dependencies.derive_more] version = "1.0.0-beta" features = ["from"] [dependencies.rusqlite] version = "0.31" [dependencies.tabled] version = "0.15" [dev-dependencies.rusqlite] version = "0.31" features = ["bundled"] [lints.rust] unsafe_code = "forbid"