tvm 0.1.1-alpha

Rust frontend support for TVM
[[bin]]
name = "tyck"
required-features = ["dynamic-linking"]
[dependencies.anyhow]
version = "^1.0"

[dependencies.codespan-reporting]
version = "0.9.5"

[dependencies.lazy_static]
version = "1.1"

[dependencies.mashup]
version = "0.1"

[dependencies.ndarray]
version = "0.12"

[dependencies.num-traits]
version = "0.2"

[dependencies.once_cell]
version = "^1.3.1"

[dependencies.paste]
version = "0.1"

[dependencies.pyo3]
optional = true
version = "^0.13"

[dependencies.structopt]
version = "0.3"

[dependencies.thiserror]
version = "^1.0"

[dependencies.tracing]
version = "^0.1"

[dependencies.tvm-macros]
version = "0.1.1-alpha"

[dependencies.tvm-rt]
default-features = false
version = "0.1.0-alpha"

[features]
blas = ["ndarray/blas"]
default = ["python", "dynamic-linking"]
dynamic-linking = ["tvm-rt/dynamic-linking"]
python = ["pyo3"]
static-linking = ["tvm-rt/static-linking"]

[package]
authors = ["TVM Contributors"]
categories = ["api-bindings", "science"]
description = "Rust frontend support for TVM"
edition = "2018"
homepage = "https://github.com/apache/tvm"
keywords = ["rust", "tvm"]
license = "Apache-2.0"
name = "tvm"
readme = "README.md"
repository = "https://github.com/apache/tvm"
version = "0.1.1-alpha"