# 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 = "nicompiler_backend" version = "0.3.0" description = "A backend interface for National Instrument (NI) integration, offering streamlined experimental control systems with Rust's performance and safety guarantees." license = "MIT" [lib] name = "nicompiler_backend" crate-type = [ "cdylib", "lib", ] [dependencies.maplit] version = "1.0.2" [dependencies.ndarray] version = "0.15.6" [dependencies.numpy] version = "0.19.0" [dependencies.pyo3] version = "0.19.2" features = ["multiple-pymethods"] [dependencies.regex] version = "1.9.3"