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 = "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.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a5207eaf2d45d115284625947063993428813a216a40cfb821e58536098ab4c"
dependencies = [
"chrono",
"chrono-tz",
]
[[package]]
name = "rudb-encoding"
version = "0.3.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339238a14630573776f3d27799d0cff8ff829c6e3c2a38cb1975922ad03b69e6"
dependencies = [
"rudb-common",
"rudb-vector",
]
[[package]]
name = "rudb-io"
version = "0.3.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd183cc451dadc4e15079408f8c552aaa98cbb8277ffb67ff9ac9dc6b5d5b640"
dependencies = [
"rudb-common",
]
[[package]]
name = "rudb-native"
version = "0.3.44"
dependencies = [
"rudb-common",
"rudb-encoding",
"rudb-storage",
"rudb-vector",
]
[[package]]
name = "rudb-storage"
version = "0.3.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e78efecc8008825b14404f2de39e77e73ce0d2d7569201d931b5b3cd7b41bd"
dependencies = [
"rudb-common",
"rudb-encoding",
"rudb-io",
"rudb-vector",
]
[[package]]
name = "rudb-vector"
version = "0.3.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b803acf05237fce20812728877ad265e948bff6ea35fc4b6260a341b2638ebd"
dependencies = [
"rudb-common",
]
[[package]]
name = "siphasher"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"