# 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-helpers" version = "0.1.1" description = "A collection of helper functions for the Polars data manipulation library" license = "MIT" [dependencies.dirs] version = "5.0.1" [dependencies.itertools] version = "0.12.1" [dependencies.polars] version = "0.36.2" features = [ "concat_str", "csv", "lazy", "lazy_regex", "round_series", "fmt", "dtype-date", "strings", "rolling_window", "rows", "serde", "is_in", ] default-features = false [dependencies.reqwest] version = "0.11.23" features = [ "rustls-tls", "json", ] default-features = false [dependencies.tokio] version = "1.35.1" features = [ "macros", "rt-multi-thread", ] [dependencies.urlencoding] version = "2.1.3"