nethost-sys 0.7.3

FFI bindings for nethost.
Documentation
[build-dependencies.build-target]
version = "0.8"

[build-dependencies.cargo-emit]
version = "0.2"

[build-dependencies.semver]
optional = true
version = "1.0"

[build-dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[build-dependencies.serde_json]
optional = true
version = "1.0"

[build-dependencies.ureq]
features = ["json"]
optional = true
version = "3.1"

[build-dependencies.zip]
optional = true
version = "6.0"

[dependencies.coreclr-hosting-shared]
version = "0.1"

[features]
download-nuget = ["ureq", "serde", "serde_json", "semver", "zip"]

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

[package]
authors = ["OpenByte <development.openbyte@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build/mod.rs"
categories = ["no-std", "external-ffi-bindings"]
description = "FFI bindings for nethost."
documentation = "https://docs.rs/nethost-sys"
edition = "2021"
keywords = ["nethost", "dotnet", "bindings", "coreclr"]
license = "MIT"
links = "nethost"
name = "nethost-sys"
readme = "README.md"
repository = "https://github.com/OpenByteDev/nethost-sys"
version = "0.7.3"

[[test]]
name = "basic"
path = "tests/basic.rs"