polars-json 0.44.2

JSON related logic for the Polars DataFrame library
Documentation
[dependencies.ahash]
version = ">=0.8.5"

[dependencies.arrow]
default-features = false
features = ["compute_aggregate", "compute_arithmetics", "compute_bitwise", "compute_boolean", "compute_boolean_kleene", "compute_cast", "compute_comparison"]
package = "polars-arrow"
version = "0.44.2"

[dependencies.chrono]
default-features = false
features = ["std"]
version = "0.4.31"

[dependencies.chrono-tz]
optional = true
version = "0.8.1"

[dependencies.fallible-streaming-iterator]
version = "0.1"

[dependencies.hashbrown]
features = ["rayon", "serde"]
version = "0.15.0"

[dependencies.indexmap]
features = ["std", "serde"]
version = "2"

[dependencies.itoa]
version = "1.0.6"

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

[dependencies.polars-error]
default-features = false
version = "0.44.2"

[dependencies.polars-utils]
default-features = false
version = "0.44.2"

[dependencies.ryu]
version = "1.0.13"

[dependencies.simd-json]
features = ["known-key"]
version = "0.14"

[dependencies.streaming-iterator]
version = "0.1.9"

[features]
chrono-tz = ["dep:chrono-tz", "arrow/chrono-tz"]
dtype-decimal = ["arrow/dtype-decimal"]
timezones = ["arrow/chrono-tz"]

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

[package]
authors = ["Ritchie Vink <ritchie46@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "JSON related logic for the Polars DataFrame library"
edition = "2021"
homepage = "https://www.pola.rs/"
license = "MIT"
name = "polars-json"
readme = "README.md"
repository = "https://github.com/pola-rs/polars"
version = "0.44.2"