nethost-sys 0.8.0

FFI bindings for nethost.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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