# 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 = "polars-sqlite" version = "0.3.9" authors = ["nomissbowling "] description = "Rust sqlite3 traits for polars dataframe" homepage = "https://crates.io/crates/polars-sqlite" documentation = "https://docs.rs/polars-sqlite/" readme = "README.md" keywords = [ "sqlite", "dataframe", "polars", "plotters", "gui", ] categories = [ "development-tools", "database", "data-structures", ] license = "MIT" repository = "https://github.com/nomissbowling/polars-sqlite" [lib] name = "polars_sqlite" [dependencies.anyvalue-dataframe] version = "=0.1.2" [dependencies.iter-tuple] version = "=0.3.8" [dependencies.itertools] version = "=0.13.0" [dependencies.polars] version = "=0.25.1" features = [ "describe", "lazy", "object", "strings", "dtype-full", "dtype-categorical", "list_eval", "rows", "round_series", "rank", ] [dependencies.polars-utils] version = "=0.25.1" [dependencies.sqlite] version = "=0.36.0"