deimos 0.16.2

Control-loop and data pipeline for the Deimos data acquisition system
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 = "deimos"
version = "0.16.2"
authors = ["Deimos Controls LLC <support@deimoscontrols.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Control-loop and data pipeline for the Deimos data acquisition system"
homepage = "https://github.com/deimoscontrols/deimos"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/deimoscontrols/deimos/software/deimos"

[package.metadata."docs.rs"]
all-features = true

[features]
default = []
python = ["pyo3"]

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

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

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

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

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

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

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

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

[dependencies.branches]
version = "^0.4.3"
default-features = false

[dependencies.chrono]
version = "^0.4.42"
features = ["std"]
default-features = false

[dependencies.core_affinity]
version = "^0.8.3"

[dependencies.crossbeam]
version = "^0.8.4"

[dependencies.csv]
version = "^1.4.0"

[dependencies.deimos_shared]
version = "0.16.0"

[dependencies.flaw]
version = "^0.6.0"
features = ["fma"]
default-features = false

[dependencies.interpn]
version = "^0.11.0"
features = ["fma"]
default-features = false

[dependencies.levenberg-marquardt]
version = "^0.15.0"

[dependencies.nalgebra]
version = "^0.34"

[dependencies.network-interface]
version = "^2.0"

[dependencies.once_cell]
version = "^1.21.3"

[dependencies.postcard]
version = "1"
features = ["alloc"]

[dependencies.postgres]
version = "^0.19.10"

[dependencies.postgres-types]
version = "^0.2.9"

[dependencies.pyo3]
version = "0.28.2"
features = [
    "extension-module",
    "abi3-py311",
    "generate-import-lib",
]
optional = true

[dependencies.serde]
version = "^1"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "^1"
features = ["preserve_order"]

[dependencies.socket2]
version = "^0.5"

[dependencies.tracing]
version = "^0.1.41"

[dependencies.tracing-appender]
version = "^0.2.3"

[dependencies.tracing-subscriber]
version = "^0.3.20"
features = [
    "fmt",
    "env-filter",
    "chrono",
]

[dependencies.typetag]
version = "^0.2"