[[bin]]
name = "tdc_toolkit"
path = "src/bin/tdc_toolkit.rs"
[build-dependencies.bindgen]
version = "0.72.0"
[dependencies.anyhow]
version = "1.0.99"
[dependencies.arrow]
version = "56.0.0"
[dependencies.bitflags]
version = "2.10.0"
[dependencies.chrono]
version = "0.4.41"
[dependencies.clap]
features = ["derive"]
version = "4.5.45"
[dependencies.humantime]
version = "2.2.0"
[dependencies.indicatif]
version = "0.18.0"
[dependencies.parquet]
version = "56.0.0"
[dependencies.pyo3]
features = ["anyhow"]
optional = true
version = "0.26"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.143"
[dependencies.strum]
version = "0.27.2"
[dependencies.strum_macros]
version = "0.27.2"
[dev-dependencies.criterion]
version = "0.7.0"
[dev-dependencies.yare]
version = "3.0.0"
[features]
multiharp = []
python = ["dep:pyo3"]
[lib]
crate-type = ["cdylib", "rlib"]
name = "tdc_toolkit"
path = "src/lib.rs"
[lints.clippy]
all = "deny"
cargo = "deny"
pedantic = "deny"
[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "command-line-utilities", "date-and-time", "science"]
description = "Rust CLI and library, as well as Python bindings, for working with time-to-digital converters (TDCs) such as the PicoQuant MultiHarp 160."
edition = "2024"
exclude = [".devcontainer", ".editorconfig", ".github", ".vscode", "benches", "sample_*"]
keywords = ["tdc", "multiharp", "physics", "quantum"]
license = "BSD-3-Clause"
links = "mhlib"
name = "tdc_toolkit"
readme = "README.md"
repository = "https://github.com/moonshot-nagayama-pj/tdc_toolkit"
rust-version = "1.89"
version = "0.4.0"