# 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 = "2018" name = "hotg-runecoral" version = "0.3.12" authors = ["The Rune Developers "] exclude = [ "bazel-bin", "bazel-librunecoral", "bazel-out", "bazel-testlogs", ] description = "Bindings to the librunecoral library for doing hardware-accelerated inference." homepage = "https://hotg.dev/" keywords = [ "rune", "coral", "tensorflow", ] categories = [ "science", "wasm", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hotg-ai/librunecoral" [lib] path = "rust/lib.rs" [dependencies.bitflags] version = "1.3.2" [dependencies.itertools] version = "0.10.1" [dependencies.thiserror] version = "1.0.29" [dev-dependencies.static_assertions] version = "1.1.0" [build-dependencies.bindgen] version = "0.59.1" [features] edgetpu_acceleration = [] gpu_acceleration = []