# 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 = "anyvalue-dataframe"
version = "0.1.2"
authors = ["nomissbowling <nomissbowling@yahoo.co.jp>"]
description = "Rust utilities for Vec AnyValue of polars DataFrame"
homepage = "https://crates.io/crates/anyvalue-dataframe"
documentation = "https://docs.rs/anyvalue-dataframe/"
readme = "README.md"
keywords = [
    "anyvalue",
    "dataframe",
    "polars",
    "plotters",
    "sqlite",
]
categories = [
    "development-tools",
    "database",
    "data-structures",
]
license = "MIT"
repository = "https://github.com/nomissbowling/anyvalue-dataframe"

[lib]
name = "anyvalue_dataframe"

[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"