labview-interop 0.4.4

Types and wrappers for interperating with LabVIEW when called as a library
Documentation
# 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"
rust-version = "1.80.0"
name = "labview-interop"
version = "0.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Types and wrappers for interperating with LabVIEW when called as a library"
homepage = "https://github.com/WiresmithTech/Rust-LabVIEW-Interop"
readme = "README.md"
keywords = [
    "labview",
    "ni",
]
license = "MIT"
repository = "https://github.com/WiresmithTech/Rust-LabVIEW-Interop"

[features]
chrono = ["dep:chrono"]
default = ["sync"]
link = [
    "dep:dlopen2",
    "dep:dlopen2_derive",
]
ndarray = ["dep:ndarray"]
sync = ["link"]

[lib]
name = "labview_interop"
path = "src/lib.rs"

[dependencies.chrono]
version = "0.4"
optional = true

[dependencies.codepage]
version = "0.1"

[dependencies.dlopen2]
version = "0.8"
optional = true

[dependencies.dlopen2_derive]
version = "0.4"
optional = true

[dependencies.encoding_rs]
version = "0.8"

[dependencies.ndarray]
version = "0.17"
optional = true

[dependencies.num_enum]
version = "0.7.2"

[dependencies.thiserror]
version = "2"