uni-btic 2.2.4

Binary Temporal Interval Codec for Uni graph database
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 = "2024"
name = "uni-btic"
version = "2.2.4"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary Temporal Interval Codec for Uni graph database"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

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

[[test]]
name = "test_vectors"
path = "tests/test_vectors.rs"

[dependencies.chrono]
version = "0.4.45"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.thiserror]
version = "2"

[dev-dependencies.proptest]
version = "1.11"