dotnetrawfilereader-sys 0.6.0

A low-level interface to a in-process dotnet runtime for Thermo Fisher's RawFileReader library
Documentation
# 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 = "dotnetrawfilereader-sys"
version = "0.6.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A low-level interface to a in-process dotnet runtime for Thermo Fisher's RawFileReader library"
documentation = "https://docs.rs/dotnetrawfilereader-sys"
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 = [
    "netcorehost/doc-cfg",
    "netcorehost/nightly",
    "netcorehost-latest",
]
net8_0 = ["netcorehost/net8_0"]
netcorehost-latest = ["netcorehost/latest"]
nethost-download = ["netcorehost/nethost-download"]

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

[dependencies.include_dir]
version = "0.7.3"

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

[dependencies.tempfile]
version = "3.10.1"

[dependencies.thiserror]
version = "1.0.63"