# 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" name = "gmt_dos-clients_m1-ctrl" version = "4.1.1" authors = ["Rod Conan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GMT DOS M1 Control Client" documentation = "https://docs.rs/gmt_dos-clients_m1-ctrl" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/dos-actors" [package.metadata.docs.rs] features = ["serde"] [lib] name = "gmt_dos_clients_m1_ctrl" path = "src/lib.rs" [[example]] name = "step" path = "examples/step.rs" [[test]] name = "fem_data" path = "tests/fem_data.rs" [[test]] name = "m1" path = "tests/m1/main.rs" [[test]] name = "mount-m1" path = "tests/mount-m1/main.rs" [[test]] name = "mount-m1-sys" path = "tests/mount-m1-sys/main.rs" [[test]] name = "mount-m1_dsl" path = "tests/mount-m1_dsl/main.rs" [[test]] name = "mount-m1_step" path = "tests/mount-m1_step/main.rs" [[test]] name = "mount-m1a-es_dsl" path = "tests/mount-m1a-es_dsl/main.rs" [[test]] name = "mount-m1b_dsl" path = "tests/mount-m1b_dsl/main.rs" [[test]] name = "segment_dynamic" path = "tests/segment_dynamic/main.rs" [[test]] name = "segment_dynamic_with_mat" path = "tests/segment_dynamic_with_mat/main.rs" [[test]] name = "segment_static" path = "tests/segment_static/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.async-trait] version = "0.1.77" [dependencies.bincode] version = "2.0.0-rc" optional = true [dependencies.center] version = "0.2.1" package = "gmt_m1-ctrl_center-actuators" [dependencies.gmt-fem] version = "5.1.0" [dependencies.gmt_dos-actors] version = "11.1" features = ["serde"] [dependencies.gmt_dos-clients] version = "4.4" features = ["serde"] default-features = false [dependencies.gmt_dos-clients_fem] version = "4.4" [dependencies.gmt_dos-clients_io] version = "4.2" [dependencies.hardpoints-dynamics] version = "0.2.1" package = "gmt_m1-ctrl_hardpoints-dynamics" [dependencies.interface] version = "1.3" package = "gmt_dos-actors-clients_interface" [dependencies.log] version = "0.4.17" [dependencies.nalgebra] version = "0.32.6" features = [ "serde", "serde-serialize", ] [dependencies.outer] version = "0.2.1" package = "gmt_m1-ctrl_outer-actuators" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.env_logger] version = "0.11.1" [dev-dependencies.gmt-fem] version = "5.1.0" [dev-dependencies.gmt_dos-actors] version = "11.1" features = ["serde"] [dev-dependencies.gmt_dos-clients] version = "4.4" default-features = true [dev-dependencies.gmt_dos-clients_arrow] version = "2.1" [dev-dependencies.gmt_dos-clients_fem] version = "4.4" [dev-dependencies.gmt_dos-clients_io] version = "4.2" [dev-dependencies.gmt_dos-clients_mount] version = "4.1" [dev-dependencies.gmt_dos-clients_scope] version = "3.1" features = ["server"] [dev-dependencies.lom] version = "2.2.1" features = ["main"] package = "gmt-lom" [dev-dependencies.matio-rs] version = "1.3" features = ["nalgebra"] [dev-dependencies.skyangle] version = "0.2.2" [dev-dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [features] serde = [ "bincode/serde", "nalgebra/serde-serialize", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(fem)"]