# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tensorgraph-sys" version = "0.1.11" description = "backbone for tensorgraph, providing memory manamagement across devices" keywords = ["numerics", "machine-learning", "neural-network", "cuda", "blas"] license-file = "LICENSE" repository = "https://github.com/conradludgate/tensorgraph" [dependencies.cust] version = "0.2" optional = true [dependencies.cust_raw] version = "0.11" optional = true [features] cuda = ["cust", "cust_raw"] default = []