# 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 = "hostfxr-sys" version = "0.11.0" authors = ["OpenByte "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "FFI bindings for hostfxr." documentation = "https://docs.rs/hostfxr-sys" readme = "README.md" keywords = [ "hostfxr", "dotnet", "bindings", "coreclr", ] categories = ["external-ffi-bindings"] license = "MIT" repository = "https://github.com/OpenByteDev/hostfxr-sys" [package.metadata.docs.rs] features = [ "latest", "doc-cfg", ] no-default-features = true [lib] name = "hostfxr_sys" path = "src/lib.rs" [dependencies.coreclr-hosting-shared] version = "0.1" [dependencies.dlopen2] version = "0.7" [dependencies.enum-map] version = "2.7" optional = true default-features = false [features] default = [ "net8_0", "symbor", "wrapper", ] doc-cfg = [] latest = ["net8_0"] net5_0 = ["netcore3_0"] net6_0 = ["net5_0"] net7_0 = ["net6_0"] net8_0 = ["net7_0"] net9_0 = ["net8_0"] netcore1_0 = [] netcore2_0 = ["netcore1_0"] netcore2_1 = ["netcore2_0"] netcore3_0 = ["netcore2_1"] optional-apis = [] symbor = [] undocumented = [] wrapper = []