# 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-graph-rt" version = "0.1.0-alpha" authors = ["TVM Contributors"] description = "A static graph runtime for TVM." readme = "README.md" keywords = ["tvm"] categories = ["api-bindings", "science"] license = "Apache-2.0" repository = "https://github.com/apache/tvm" [dependencies.crossbeam-channel] version = "0.4" [dependencies.itertools] version = "0.8" [dependencies.lazy_static] version = "1.4" [dependencies.ndarray] version = "0.12" [dependencies.nom] version = "5.0" [dependencies.num_cpus] version = "1.10" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "1" [dependencies.tvm-macros] version = "0.1.1-alpha" [dependencies.tvm-sys] version = "0.1.1-alpha" [target."cfg(not(any(target_arch = \"wasm32\", target_env = \"sgx\")))".dependencies.libloading] version = "0.5"