rudb-csv 0.3.57

The CSV reader and writer, including dialect sniffing and type inference.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "autocfg"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"

[[package]]
name = "chrono"
version = "0.4.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
dependencies = [
 "num-traits",
]

[[package]]
name = "chrono-tz"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3"
dependencies = [
 "chrono",
 "phf",
]

[[package]]
name = "memchr"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"

[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
 "autocfg",
]

[[package]]
name = "phf"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
dependencies = [
 "phf_shared",
]

[[package]]
name = "phf_shared"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
dependencies = [
 "siphasher",
]

[[package]]
name = "rudb-common"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae5474f1e45842003d1151cb6d82aca445d2385c3c98024fe595a3db1b55e71"
dependencies = [
 "chrono",
 "chrono-tz",
]

[[package]]
name = "rudb-csv"
version = "0.3.57"
dependencies = [
 "rudb-common",
 "rudb-io",
 "rudb-kernels",
 "rudb-vector",
]

[[package]]
name = "rudb-encoding"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7101cf7a185f756fb9305fbce3232ce948409c4d98398914c646b5ff41500f92"
dependencies = [
 "rudb-common",
 "rudb-vector",
]

[[package]]
name = "rudb-io"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff852bd4b83a53491fc9cb3d79f43597242b05ccef7a903e362dce46e18638cb"
dependencies = [
 "rudb-common",
]

[[package]]
name = "rudb-kernels"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f246a914b5009ede004790d944148616a9f8bdd3b01ec82ad8f1aa4f91da00c"
dependencies = [
 "memchr",
 "rudb-common",
 "rudb-encoding",
 "rudb-regex",
 "rudb-vector",
]

[[package]]
name = "rudb-regex"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e07053d986207d853ae233a42d0750fa4ab9fb66f4960c8b79102e34b8c3fdf"
dependencies = [
 "rudb-common",
]

[[package]]
name = "rudb-vector"
version = "0.3.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617118d267d2b443ba82140b913dcfdc6f3f4f1a9d4720c36015e422daa84dc4"
dependencies = [
 "rudb-common",
]

[[package]]
name = "siphasher"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"