[[bin]]
name = "polite"
path = "src/main.rs"
[dependencies.polite]
version = "0.1.3"
[dev-dependencies.assert_cmd]
features = ["color", "color-auto"]
version = "2.0.17"
[dev-dependencies.predicates]
version = "3.1.3"
[dev-dependencies.tempfile]
version = "3"
[package]
authors = ["Louis Maddox <louismmx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "data-structures", "database"]
description = "Command-line interface for rusqlite × Polars integration"
documentation = "https://docs.rs/polite-cli/"
edition = "2021"
homepage = "https://github.com/lmmx/polite"
keywords = ["cli", "command-line", "polars", "schema", "sqlite"]
license = "MIT"
name = "polite-cli"
readme = "README.md"
repository = "https://github.com/lmmx/polite"
version = "0.1.3"
[[test]]
name = "integration"
path = "tests/integration.rs"