# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tvm" version = "0.1.1-alpha" authors = ["TVM Contributors"] description = "Rust frontend support for TVM" homepage = "https://github.com/apache/tvm" readme = "README.md" keywords = ["rust", "tvm"] categories = ["api-bindings", "science"] license = "Apache-2.0" repository = "https://github.com/apache/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] version = "^0.13" optional = true [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] version = "0.1.0-alpha" default-features = false [features] blas = ["ndarray/blas"] default = ["python", "dynamic-linking"] dynamic-linking = ["tvm-rt/dynamic-linking"] python = ["pyo3"] static-linking = ["tvm-rt/static-linking"]