nethost-sys 0.2.3

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

[build-dependencies.reqwest]
features = ["blocking", "json"]
optional = true
version = "0.11"

[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.zip]
optional = true
version = "0.5"
[dependencies.coreclr-hosting-shared]
version = "0.1"

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

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