# 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" rust-version = "1.72" name = "re_arrow_store" version = "0.12.0-alpha.3" authors = ["rerun.io "] include = [ "../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] publish = true description = "An in-memory time series database for Rerun log data, based on Apache Arrow" homepage = "https://rerun.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rerun-io/rerun" [package.metadata.docs.rs] all-features = true [lib] bench = false [[example]] name = "dump_dataframe" path = "examples/dump_dataframe.rs" required-features = ["polars"] [[example]] name = "latest_component" path = "examples/latest_component.rs" required-features = ["polars"] [[example]] name = "latest_components" path = "examples/latest_components.rs" required-features = ["polars"] [[example]] name = "range_components" path = "examples/range_components.rs" required-features = ["polars"] [[bench]] name = "arrow2" harness = false [[bench]] name = "data_store" harness = false [[bench]] name = "gc" harness = false [[bench]] name = "vectors" harness = false [dependencies.ahash] version = "0.8" [dependencies.arrow2] version = "0.17" features = ["compute_concatenate"] [dependencies.document-features] version = "0.2" [dependencies.indent] version = "0.1" [dependencies.itertools] version = "0.12" [dependencies.nohash-hasher] version = "0.2" [dependencies.once_cell] version = "1.17" [dependencies.parking_lot] version = "0.12" [dependencies.polars-core] version = "0.29" features = [ "diagonal_concat", "dtype-date", "dtype-datetime", "dtype-time", "dtype-struct", "sort_multiple", ] optional = true [dependencies.polars-ops] version = "0.29" features = [ "dtype-date", "dtype-datetime", "dtype-time", "dtype-struct", ] optional = true [dependencies.re_error] version = "=0.12.0-alpha.3" default-features = false [dependencies.re_format] version = "=0.12.0-alpha.3" features = ["arrow"] default-features = false [dependencies.re_log] version = "=0.12.0-alpha.3" default-features = false [dependencies.re_log_types] version = "=0.12.0-alpha.3" default-features = false [dependencies.re_tracing] version = "=0.12.0-alpha.3" default-features = false [dependencies.re_types_core] version = "=0.12.0-alpha.3" default-features = false [dependencies.smallvec] version = "1.0" features = [ "const_generics", "union", ] [dependencies.thiserror] version = "1.0" [dependencies.web-time] version = "0.2.0" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.mimalloc] version = "0.1.29" [dev-dependencies.polars-core] version = "0.29" features = [ "diagonal_concat", "dtype-date", "dtype-datetime", "dtype-struct", "dtype-time", "fmt", "sort_multiple", ] [dev-dependencies.rand] version = "0.8" default-features = false [dev-dependencies.re_log_types] version = "=0.12.0-alpha.3" features = ["testing"] default-features = false [dev-dependencies.re_types] version = "=0.12.0-alpha.3" features = [ "datagen", "testing", ] default-features = false [dev-dependencies.similar-asserts] version = "1.4.2" [dev-dependencies.tinyvec] version = "1.6" features = [ "alloc", "rustc_1_55", ] [features] deadlock_detection = ["parking_lot/deadlock_detection"] default = [] polars = [ "dep:polars-core", "dep:polars-ops", ]