thermorawfilereader 0.7.0

A (relatively) high level interface to Thermo Fisher's RawFileReader library
# 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"
name = "thermorawfilereader"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A (relatively) high level interface to Thermo Fisher's RawFileReader library"
documentation = "https://docs.rs/thermorawfilereader"
readme = false
license = "Apache-2.0"
repository = "https://github.com/mobiusklein/thermorawfilereader.rs.git"
resolver = "2"

[package.metadata.docs.rs]
no-default-features = true
features = ["doc-only"]

[features]
default = [
    "nethost-download",
    "net8_0",
]
doc-only = ["dotnetrawfilereader-sys/doc-only"]
net8_0 = [
    "netcorehost/net8_0",
    "dotnetrawfilereader-sys/net8_0",
]
netcorehost-latest = [
    "netcorehost/latest",
    "dotnetrawfilereader-sys/netcorehost-latest",
]
nethost-download = ["dotnetrawfilereader-sys/nethost-download"]

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

[[bin]]
name = "fficheck"
path = "src/bin.rs"

[[example]]
name = "view_logs"
path = "examples/view_logs.rs"

[[example]]
name = "with_threads"
path = "examples/with_threads.rs"

[[example]]
name = "write_mgf"
path = "examples/write_mgf.rs"

[dependencies.bytemuck]
version = "1.18.0"

[dependencies.dotnetrawfilereader-sys]
version = "0.7.0"
default-features = false

[dependencies.flatbuffers]
version = "25.2.10"

[dependencies.netcorehost]
version = "0.18.0"
features = ["nethost"]
default-features = false

[dev-dependencies.rayon]
version = "1.9.0"