[package]
edition = "2021"
rust-version = "1.75"
name = "labstream-time"
version = "0.1.1"
authors = ["rednayan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Timestamp post-processing for LSL: clock sync, jitter removal, monotonic clamping."
readme = "README.md"
keywords = [
"lsl",
"labstreaminglayer",
"eeg",
"neuroscience",
"streaming",
]
categories = [
"network-programming",
"science",
]
license = "MIT"
repository = "https://github.com/rednayan/labstream-core"
[lib]
name = "labstream_time"
path = "src/lib.rs"
[[test]]
name = "golden"
path = "tests/golden.rs"
[[test]]
name = "mutants"
path = "tests/mutants.rs"
[dependencies]
[dev-dependencies.serde_json]
version = "1"