off64 0.9.0

Read from and write to byte slices with u64 offsets
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "off64"
version = "0.9.0"
authors = ["Wilson Lin <code@wilsonl.in>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read from and write to byte slices with u64 offsets"
homepage = "https://github.com/wilsonzlin/off64"
readme = false
license = "Apache-2.0"
repository = "https://github.com/wilsonzlin/off64.git"
resolver = "1"

[features]
chrono = ["dep:chrono"]
default = ["chrono"]

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

[dependencies.async-trait]
version = "0.1"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.num]
version = "0.4.0"