[dependencies.chrono]
version = "=0.4.39"
[dependencies.connectorx]
default-features = false
features = ["branch", "dst_polars", "src_sqlite"]
version = "0.4.3"
[dependencies.polars]
default-features = false
features = ["fmt"]
version = "0.45"
[dependencies.rusqlite]
version = "0.33.0"
[dependencies.thiserror]
version = "2.0.16"
[dev-dependencies.anyhow]
version = "1.0.99"
[dev-dependencies.eyre]
version = "0.6.12"
[dev-dependencies.insta]
features = ["yaml"]
version = "1.43.1"
[dev-dependencies.tempfile]
version = "3"
[lib]
name = "polite"
path = "src/lib.rs"
[package]
authors = ["Louis Maddox <louismmx@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "database"]
description = "rusqlite × Polars bridge library"
documentation = "https://docs.rs/polite/"
edition = "2021"
homepage = "https://github.com/lmmx/polite"
keywords = ["bridge", "dataframe", "polars", "sqlite"]
license = "MIT"
name = "polite"
readme = "README.md"
repository = "https://github.com/lmmx/polite"
version = "0.1.2"
[package.metadata.cargo-machete]
ignored = ["chrono"]
[[test]]
name = "demo"
path = "tests/demo.rs"
[[test]]
name = "error_cases"
path = "tests/error_cases.rs"
[[test]]
name = "int_size"
path = "tests/int_size.rs"
[[test]]
name = "readme"
path = "tests/readme.rs"
[[test]]
name = "roundtrip"
path = "tests/roundtrip.rs"