[dependencies.coreclr-hosting-shared]
version = "0.1"
[dependencies.derive_more]
default-features = false
features = ["deref", "from", "display"]
version = "0.99"
[dependencies.hostfxr-sys]
version = "0.1"
[dependencies.nethost-sys]
default-features = false
optional = true
version = "0.2"
[dependencies.num_enum]
version = "0.5"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.glob]
version = "0.3"
[dev-dependencies.platforms]
version = "1.1"
[dev-dependencies.trybuild]
version = "1.0"
[dev-dependencies.widestring]
version = "0.4"
[features]
default = ["nethost", "nethost-download"]
nethost = ["nethost-sys"]
nethost-download = ["nethost-sys/download-nuget"]
[package]
authors = ["OpenByte <development.openbyte@gmail.com>"]
categories = ["api-bindings", "external-ffi-bindings"]
description = "A Rust library for hosting .NET Core applications."
documentation = "https://docs.rs/netcorehost"
edition = "2018"
keywords = ["nethost", "hostfxr", "dotnet", "bindings", "coreclr"]
license = "MIT"
name = "netcorehost"
readme = "README.md"
repository = "https://github.com/OpenByteDev/netcorehost"
version = "0.7.2"
[package.metadata.docs.rs]
features = ["nethost"]
no-default-features = true
[target."cfg(not(windows))".dependencies.cstr]
version = "0.2"
[target."cfg(windows)".dependencies.u16cstr]
version = "0.2"
[target."cfg(windows)".dependencies.widestring]
version = "0.4"