# 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" version = "0.2.2" authors = ["Gyungmin Myung"] description = "Rustic binding to the IREE Compiler/Runtime" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/gmmyung/eerie" [[example]] name = "resnet" test = false bench = true [dependencies.eerie-sys] version = "0.2.1" default-features = false [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0.48" optional = true [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.rusty-fork] version = "0.3.0" [dev-dependencies.test-log] version = "0.2.12" [features] compiler = [ "eerie-sys/compiler", "std", ] default = [ "runtime", "compiler", "std", ] runtime = ["eerie-sys/runtime"] std = [ "dep:thiserror", "eerie-sys/std", ]