tokmd-sensor 1.9.0

EffortlessSensor trait and substrate builder for multi-sensor integration.
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 = "2024"
name = "tokmd-sensor"
version = "1.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EffortlessSensor trait and substrate builder for multi-sensor integration."
homepage = "https://github.com/EffortlessMetrics/tokmd"
documentation = "https://docs.rs/tokmd-sensor"
readme = "README.md"
keywords = [
    "sensor",
    "trait",
    "substrate",
    "code-analysis",
]
categories = ["development-tools"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/EffortlessMetrics/tokmd"
resolver = "2"

[features]
default = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.101"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.tokmd-envelope]
version = "1.9.0"

[dependencies.tokmd-model]
version = "1.9.0"

[dependencies.tokmd-scan]
version = "1.9.0"

[dependencies.tokmd-settings]
version = "1.9.0"

[dependencies.tokmd-substrate]
version = "1.9.0"

[dependencies.tokmd-types]
version = "1.9.0"

[dev-dependencies.proptest]
version = "1.10.0"

[dev-dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.tempfile]
version = "3.27.0"