# 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 = "2021" name = "nethost-sys" version = "0.7.0" authors = ["OpenByte "] build = "build/mod.rs" links = "nethost" 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" [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.4" [build-dependencies.cargo-emit] version = "0.2" [build-dependencies.reqwest] version = "0.12" features = [ "blocking", "json", "rustls-tls", ] optional = true default-features = false [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.zip] version = "2.1" optional = true [features] download-nuget = [ "reqwest", "serde", "serde_json", "semver", "zip", ]