[package] name = "nethost-sys" version = "0.7.0" description = "FFI bindings for nethost." readme = "README.md" repository = "https://github.com/OpenByteDev/nethost-sys" documentation = "https://docs.rs/nethost-sys" license = "MIT" authors = ["OpenByte "] edition = "2021" links = "nethost" categories = ["no-std", "external-ffi-bindings"] keywords = ["nethost", "dotnet", "bindings", "coreclr"] build = "build/mod.rs" [dependencies] coreclr-hosting-shared = "0.1" [build-dependencies] build-target = "0.4" cargo-emit = "0.2" reqwest = { version = "0.12", features = ["blocking", "json", "rustls-tls"], default-features = false, optional = true } serde = { version = "1.0", features = ["derive"], optional = true } serde_json = { version = "1.0", optional = true } semver = { version = "1.0", optional = true } zip = { version = "2.1", optional = true } [features] download-nuget = ["reqwest", "serde", "serde_json", "semver", "zip"]