dsq-shared 0.1.0

Shared types and utilities for DSQ crates
Documentation
[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.indexmap]
version = "2.1"

[dependencies.num-bigint]
features = ["serde"]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.polars]
default-features = false
features = ["lazy", "csv", "json", "ipc", "strings", "dtype-datetime", "dtype-date", "dtype-time", "describe", "rows"]
version = "0.51"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.tempfile]
version = "3.8"

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

[lints.clippy]
nursery = "allow"
pedantic = "allow"

[lints.clippy.approx_constant]
level = "allow"
priority = 2

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 2

[package]
authors = ["Durable Programming LLC"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "Shared types and utilities for DSQ crates"
edition = "2021"
keywords = ["data", "shared", "utilities"]
license = "MIT OR Apache-2.0"
name = "dsq-shared"
readme = "README.md"
repository = "https://github.com/durableprogramming/dsq"
version = "0.1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rayon]
version = "1.10"

[target.'cfg(target_arch = "wasm32")'.dependencies.chrono]
features = ["serde", "serde", "wasmbind"]
version = "0.4"