tzcraft 0.1.0

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

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

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

[[package]]
name = "rustbinary"
version = "0.1.5-alpha.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "419f631d1a5e964dd743ba239748aa17cdf33178d4c32e48d6057e8d237a898a"
dependencies = [
 "nextjson",
]

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