[package]
edition = "2024"
name = "tell-encoding"
version = "0.4.1"
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FlatBuffer encoding for the Tell analytics protocol"
homepage = "https://tell.rs"
readme = false
keywords = [
"flatbuffers",
"encoding",
"telemetry",
"protocol",
]
categories = ["encoding"]
license = "MIT"
repository = "https://github.com/tell-rs/tell-rs"
resolver = "2"
[lib]
name = "tell_encoding"
path = "src/lib.rs"
[dependencies]