tzcraft 0.1.1

A schema-driven date & time library: one 128-bit nanosecond timeline, a const civil calendar, and codec-aware wire formats on nextjson / rustbinary.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "nextjson"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57e11456b12f6d0776f7e431232b638d1315a3deffd790b0bf818277a7d8efca"
dependencies = [
 "nextjson-derive",
]

[[package]]
name = "nextjson-derive"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84d8161c22b5b2d74b022b89480cdced97c716e9f819bf123fec0d810cb8bb86"

[[package]]
name = "rustbinary"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1377ceb0b0e506330e3409fbc3dedb56e5f5f85cdb43c2a8d7cdf9e1b66b578d"
dependencies = [
 "nextjson",
]

[[package]]
name = "tzcraft"
version = "0.1.1"
dependencies = [
 "nextjson",
 "rustbinary",
]