nlabapi 1.0.6

Communication with nLab devices
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 = "2018"
name = "nlabapi"
version = "1.0.6"
authors = ["David Meyer <david@getnlab.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Communication with nLab devices
"""
homepage = "https://www.getnlab.com"
documentation = "https://github.com/nLabs-nScope/nlabapi"
readme = "README.md"
license = "GPL-3.0"
repository = "https://github.com/nLabs-nScope/nlabapi"

[features]
default = ["python_support"]
python_support = ["pyo3"]

[lib]
name = "nlabapi"
crate-type = [
    "rlib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "analog_outputs"
path = "examples/analog_outputs.rs"

[[example]]
name = "data_request"
path = "examples/data_request.rs"

[[example]]
name = "fast_communication"
path = "examples/fast_communication.rs"

[[example]]
name = "list_all_nlabs"
path = "examples/list_all_nlabs.rs"

[[example]]
name = "monitor_power"
path = "examples/monitor_power.rs"

[[example]]
name = "pulse_outputs"
path = "examples/pulse_outputs.rs"

[[example]]
name = "update_firmware"
path = "examples/update_firmware.rs"

[dependencies.clap]
version = "4.5.16"
features = ["derive"]

[dependencies.dfu-libusb]
version = "0.5.1"

[dependencies.git-version]
version = "0.3.4"

[dependencies.hidapi]
version = "2.3.3"

[dependencies.log]
version = "~0.4"

[dependencies.pyo3]
version = "~0.25"
features = [
    "multiple-pymethods",
    "abi3",
]
optional = true

[dependencies.regex]
version = "~1"

[dependencies.rusb]
version = "0.9.3"
features = ["vendored"]

[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.semver]
version = "1.0.17"