rs-teststand 0.0.2

Community Rust bindings (twin API) for the National Instruments TestStand™ COM API
# 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 = "2024"
rust-version = "1.85"
name = "rs-teststand"
version = "0.0.2"
authors = ["Dominik Rajchel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Community Rust bindings (twin API) for the National Instruments TestStand™ COM API"
documentation = "https://docs.rs/rs-teststand"
readme = "README.md"
keywords = [
    "teststand",
    "national-instruments",
    "ni",
    "com",
    "test-automation",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/TheDomcio/rs-teststand"

[features]
live-engine = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[[test]]
name = "live_data_types"
path = "tests/live_data_types.rs"

[[test]]
name = "live_engine"
path = "tests/live_engine.rs"

[[test]]
name = "live_execution"
path = "tests/live_execution.rs"

[[test]]
name = "live_sequence_build"
path = "tests/live_sequence_build.rs"

[[test]]
name = "live_sequence_file"
path = "tests/live_sequence_file.rs"

[[test]]
name = "live_station_options"
path = "tests/live_station_options.rs"

[[test]]
name = "live_step_adapters"
path = "tests/live_step_adapters.rs"

[[test]]
name = "live_templates"
path = "tests/live_templates.rs"

[[test]]
name = "live_type_bridge"
path = "tests/live_type_bridge.rs"

[[test]]
name = "live_ui_messages"
path = "tests/live_ui_messages.rs"

[[test]]
name = "live_users"
path = "tests/live_users.rs"

[[test]]
name = "live_watchdog"
path = "tests/live_watchdog.rs"

[[test]]
name = "live_workspace_file"
path = "tests/live_workspace_file.rs"

[dependencies.bitflags]
version = "2.13.1"

[dependencies.rs-teststand-sys]
version = "0.0.2"

[dependencies.thiserror]
version = "2.0.18"

[lints.clippy]
clone_on_ref_ptr = "deny"
dbg_macro = "deny"
doc_markdown = "deny"
empty_structs_with_brackets = "deny"
enum_glob_use = "deny"
exit = "deny"
expect_used = "deny"
float_cmp = "deny"
fn_to_numeric_cast_any = "deny"
format_push_string = "deny"
indexing_slicing = "deny"
integer_division = "deny"
lossy_float_literal = "deny"
mem_forget = "deny"
panic = "deny"
partial_pub_fields = "deny"
same_name_method = "deny"
todo = "deny"
try_err = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unnecessary_safety_comment = "deny"
unreachable = "deny"
unwrap_used = "deny"
verbose_file_reads = "deny"
wildcard_imports = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.clippy.redundant_pub_crate]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "deny"
missing_docs = "deny"
trivial_casts = "deny"
trivial_numeric_casts = "deny"
unreachable_pub = "deny"
unsafe_op_in_unsafe_fn = "deny"
unused_qualifications = "deny"

[lints.rust.future_incompatible]
level = "deny"
priority = -1

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rustdoc]
bare_urls = "deny"
broken_intra_doc_links = "deny"
invalid_codeblock_attributes = "deny"
invalid_html_tags = "deny"
invalid_rust_codeblocks = "deny"
private_intra_doc_links = "deny"