[dependencies.mashup]
version = "0.1"
[dependencies.memoffset]
version = "0.5.6"
[dependencies.ndarray]
version = "0.12"
[dependencies.num-traits]
version = "0.2"
[dependencies.once_cell]
version = "^1.3.1"
[dependencies.paste]
version = "0.1"
[dependencies.thiserror]
version = "^1.0"
[dependencies.tvm-macros]
version = "0.1.1-alpha"
[dependencies.tvm-sys]
default-features = false
version = "0.1.1-alpha"
[dev-dependencies.anyhow]
version = "^1.0"
[features]
blas = ["ndarray/blas"]
default = ["dynamic-linking"]
dynamic-linking = ["tvm-sys/dynamic-linking"]
static-linking = ["tvm-sys/static-linking"]
[package]
authors = ["TVM Contributors"]
categories = ["api-bindings", "science"]
description = "Rust bindings for the TVM runtime API."
edition = "2018"
homepage = "https://github.com/apache/tvm"
keywords = ["rust", "tvm"]
license = "Apache-2.0"
name = "tvm-rt"
readme = "README.md"
repository = "https://github.com/apache/tvm"
version = "0.1.0-alpha"