[package]
edition = "2024"
name = "nethost-sys"
version = "0.8.0"
authors = ["OpenByte <development.openbyte@gmail.com>"]
build = "build/mod.rs"
links = "nethost"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "FFI bindings for nethost."
documentation = "https://docs.rs/nethost-sys"
readme = "README.md"
keywords = [
"nethost",
"dotnet",
"bindings",
"coreclr",
]
categories = [
"no-std",
"external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/OpenByteDev/nethost-sys"
[features]
download-nuget = [
"ureq",
"serde",
"serde_json",
"semver",
"zip",
]
[lib]
name = "nethost_sys"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[dependencies.coreclr-hosting-shared]
version = "0.1"
[build-dependencies.build-target]
version = "0.8"
[build-dependencies.cargo-emit]
version = "0.2"
[build-dependencies.semver]
version = "1.0"
optional = true
[build-dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[build-dependencies.serde_json]
version = "1.0"
optional = true
[build-dependencies.ureq]
version = "3.3"
features = ["json"]
optional = true
[build-dependencies.zip]
version = "8.3"
optional = true