dotnetrawfilereader-sys 0.8.0

A low-level interface to a in-process dotnet runtime for Thermo Fisher's RawFileReader library
[package]

name = "dotnetrawfilereader-sys"



version = { workspace = true}

edition = {workspace = true}

license = {workspace = true}

repository = {workspace = true}



description = "A low-level interface to a in-process dotnet runtime for Thermo Fisher's RawFileReader library"

documentation = "https://docs.rs/dotnetrawfilereader-sys"



# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html



[lib]



[features]

default = ["nethost-download", "net8_0"]



nethost-download = ["netcorehost/nethost-download"]

doc-only = ["netcorehost/doc-cfg", "netcorehost/nightly", "netcorehost-latest"]

net8_0 = ["netcorehost/net8_0"]

netcorehost-latest = ["netcorehost/latest"]



[dependencies]

include_dir = "0.7.3"

netcorehost = { workspace = true }

tempfile = "3.10.1"

thiserror = { workspace = true }



[package.metadata.docs.rs]

no-default-features = true

features = ["doc-only"]