# 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]
name = "tvm"
version = "0.1.0"
authors = ["Nick Hynes <nhynes@berkeley.edu>"]
description = "TVM Rust runtime"
readme = "README.md"
keywords = ["tvm", "nnvm"]
categories = ["api-bindings", "science"]
license = "Apache-2.0"
repository = "https://github.com/nhynes/tvm-rs"
[dependencies.bounded-spsc-queue]
version = "0.4.0"

[dependencies.error-chain]
version = "0.12.0"
default-features = false

[dependencies.itertools]
version = "0.7.8"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.ndarray]
version = "0.11.2"

[dependencies.nom]
version = "4.0.0"
default-features = false

[dependencies.serde]
version = "1.0.59"

[dependencies.serde_derive]
version = "1.0.79"

[dependencies.serde_json]
version = "1.0.17"

[features]
default = ["nom/std"]
sgx = ["nom/alloc"]
[target."cfg(not(target_env = \"sgx\"))".dependencies.num_cpus]
version = "1.8.0"