# 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 = "niexpctrl_backend" version = "0.1.0" description = "An extension of nicompiler_backend defining streaming behavior on National Instrument (NI) devices." license = "MIT" [lib] name = "niexpctrl_backend" crate-type = [ "cdylib", "lib", ] [dependencies.crossbeam] version = "0.8.2" [dependencies.libc] version = "0.2.147" [dependencies.maplit] version = "1.0.2" [dependencies.ndarray] version = "0.15.6" [dependencies.nicompiler_backend] version = ">0.0.1" [dependencies.numpy] version = "0.19.0" [dependencies.pyo3] version = "0.19.2" features = ["multiple-pymethods"] [dependencies.rayon] version = "1.7.0" [dependencies.regex] version = "1.9.3"