# 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 = "ultibi_core" version = "0.1.6" publish = true description = "Ultibi is a BI tool for no code data analysis" license-file = "LICENSE" resolver = "1" [dependencies.aws-config] version = "0.49.0" optional = true [dependencies.aws-sdk-s3] version = "0.19.0" optional = true [dependencies.dashmap] version = "5.4.0" [dependencies.derivative] version = "2.2" [dependencies.futures] version = "0.3" optional = true [dependencies.once_cell] version = "1.12" [dependencies.polars] version = "0.25.1" features = [ "performant", "strings", "ndarray", "lazy", "is_in", "dtype-categorical", "serde", "csv-file", "diagonal_concat", "performant", "strings", "ndarray", "lazy", "is_in", "dtype-categorical", "serde", "csv-file", "diagonal_concat", "describe", ] [dependencies.serde] version = "1.0" features = [ "derive", "derive", ] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.21.2" features = ["rt-multi-thread"] optional = true [dependencies.toml] version = "0.7.2" [features] aws_s3 = [ "dep:aws-config", "dep:aws-sdk-s3", "dep:tokio", "dep:futures", ] default = []