# 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_mount" version = "4.1.0" authors = ["Rod Conan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GMT DOS Mount Control Client" documentation = "https://docs.rs/gmt_dos-clients_mount" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/dos-actors" [lib] name = "gmt_dos_clients_mount" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [[test]] name = "serde" path = "tests/serde/main.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.gmt_dos-actors] version = "11.1" [dependencies.gmt_dos-clients_arrow] version = "2.1" [dependencies.gmt_dos-clients_fem] version = "4.4" [dependencies.gmt_dos-clients_io] version = "4.2" [dependencies.gmt_mount-ctrl_controller] version = "1.0.0" [dependencies.gmt_mount-ctrl_driver] version = "1.0.0" [dependencies.interface] version = "1.3" features = ["filing"] package = "gmt_dos-actors-clients_interface" [dependencies.log] version = "0.4.17" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] [dependencies.thiserror] version = "1.0" [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-lom] version = "2.1.0" features = ["main"] [dev-dependencies.gmt_dos-actors] version = "11.1" features = ["serde"] [dev-dependencies.gmt_dos-clients] version = "4.4" default-features = false [dev-dependencies.gmt_dos-clients_fem] version = "4.4" [dev-dependencies.gmt_dos-clients_transceiver] version = "2.0" [dev-dependencies.matio-rs] version = "1.3" features = ["nalgebra"] [dev-dependencies.serde_json] version = "1.0.114" [dev-dependencies.skyangle] version = "0.2.2" [dev-dependencies.tokio] version = "1.25.0" features = ["full"] [dev-dependencies.tokio-test] version = "0.4" [dev-dependencies.tracing] version = "0.1.37" [dev-dependencies.tracing-subscriber] version = "0.3.17" features = ["env-filter"] [build-dependencies.gmt-fem-code-builder] version = "2.2" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(fem)", 'cfg(mount,values("PDR","FDR"))', ]