timsrust-sdk 0.1.1

Bruker TimsData SDK bindings for native timsTOF data access
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "timsrust-sdk"
version = "0.1.1"
edition = "2024"
build = "build.rs"
description = "Bruker TimsData SDK bindings for native timsTOF data access"
license = "Apache-2.0"

[dependencies]
timsrust-core = { workspace = true, features = ["io"] }
serde = { workspace = true, features = ["derive"] }
libc = { workspace = true }

[lints]
workspace = true