rustdf 0.4.1

A Rust library for interacting with Bruker TDF formatted Raw Data.
# 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.84"
name = "rustdf"
version = "0.4.1"
authors = ["David Teschner <davidteschner@googlemail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for interacting with Bruker TDF formatted Raw Data."
documentation = "https://docs.rs/rustdf"
readme = "README.md"
keywords = [
    "dataframe",
    "sql",
    "compression",
    "parallel",
]
categories = [
    "data-structures",
    "science",
]
license = "MIT"
repository = "https://github.com/theGreatHerrLebert/rustims"

[package.metadata.docs.rs]
features = ["all"]

[lib]
name = "rustdf"
path = "src/lib.rs"

[[bin]]
name = "rustdf"
path = "src/main.rs"

[dependencies.bincode]
version = "1.3.3"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.clap]
version = "4.5.32"
features = ["derive"]

[dependencies.libloading]
version = "0.8.6"

[dependencies.lzf]
version = "1.0.0"

[dependencies.mscore]
version = "0.4.1"

[dependencies.polars]
version = "0.43.1"
features = [
    "ndarray",
    "parquet",
    "dtype-u8",
]

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.10.0"

[dependencies.rusqlite]
version = "0.32.1"
features = ["bundled"]

[dependencies.rustc-hash]
version = "2.1.0"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.zstd]
version = "0.13.3"