lutra-bin 0.5.0

Binary format library for Lutra: IR/RR encoding, decoding, and value representation
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"
rust-version = "1.91"
name = "lutra-bin"
version = "0.5.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Binary format library for Lutra: IR/RR encoding, decoding, and value representation"
readme = false
license = "Apache-2.0"
repository = "https://codeberg.org/lutra/lutra/"
resolver = "2"

[features]
chrono = ["dep:chrono"]
default = [
    "std",
    "chrono",
]
std = [
    "thiserror/std",
    "tabular",
    "bytes/std",
    "chrono/std",
]

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

[dependencies.bytes]
version = "1"
default-features = false

[dependencies.chrono]
version = "0.4.42"
optional = true
default-features = false

[dependencies.enum-as-inner]
version = "0.6.1"

[dependencies.tabular]
version = "0.2.0"
optional = true

[dependencies.thiserror]
version = "2"
default-features = false