# 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 = "eerie-sys" version = "0.2.2" authors = ["Gyungmin Myung"] exclude = [ "iree/third_party/llvm-project/", "iree/third_party/torch-mlir/", "iree/third_party/webgpu-headers/", "iree/third_party/spirv_headers/", "iree/third_party/spirv_cross/", "iree/third_party/musl/", "iree/third_party/stablehlo/", "iree/third_party/tracy/", "iree/third_party/pybind11/", "iree/third_party/renderdoc/", "iree/third_party/mkdocs-material/", "iree/third_party/flatcc/test/", "iree/third_party/flatcc/doc/", "iree/third_party/cpuinfo/test/", "iree/compiler/src/", "iree/compiler/plugins/", "iree/compiler/bindings/python/", "iree/docs/", "iree/llvm-external-projects/", "iree/.github/", "iree/experimental/", "iree/samples/", "iree/integrations/", "iree/tests/compiler_driver", "iree/tests/microbenchmarks", "iree/tests/e2e", "iree/tests/riscv32", "iree/tests/transform_dialect", ] description = "Unsafe raw bindings to the IREE Compiler/Runtime" homepage = "https://github.com/gmmyung/eerie" documentation = "https://docs.rs/eerie-sys" license = "Apache-2.0" repository = "https://github.com/gmmyung/eerie" [build-dependencies.bindgen] version = "0.69.4" [build-dependencies.cmake] version = "0.1.50" [features] compiler = [] default = [ "compiler", "runtime", "std", ] runtime = [] std = []