# 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_fem" version = "5.0.0" authors = ["Rod Conan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "GMT DOS FEM Client" documentation = "https://docs.rs/gmt_dos-clients_fem" readme = "README.md" keywords = [ "telescope", "astronomy", ] categories = [ "science", "simulation", ] license = "MIT" repository = "https://github.com/rconan/dos-actors" [package.metadata.docs.rs] all-features = true [lib] name = "gmt_dos_clients_fem" path = "src/lib.rs" [[bin]] name = "cargo-gmt-fem" path = "src/bin/inspect.rs" required-features = ["clap"] [[bin]] name = "static_gain" path = "src/bin/static_gain.rs" required-features = [ "serde", "clap", ] [[example]] name = "dc-gain-mismatch" path = "examples/dc-gain-mismatch.rs" [[bench]] name = "benchmarks" path = "benches/benchmarks.rs" harness = false [dependencies.anyhow] version = "1.0.68" [dependencies.bincode] version = "2.0.0-rc" optional = true [dependencies.clap] version = "4.1.1" features = ["derive"] optional = true [dependencies.geotrans] version = "0.2.2" [dependencies.gmt-fem] version = "5.1.1" [dependencies.gmt_dos-clients] version = "4.4" default-features = false [dependencies.gmt_dos-clients_io] version = "4.2" [dependencies.interface] version = "1.3" package = "gmt_dos-actors-clients_interface" [dependencies.log] version = "0.4.17" [dependencies.nalgebra] version = "0.32.6" [dependencies.num-complex] version = "0.4.3" [dependencies.rayon] version = "1.6.1" [dependencies.serde] version = "1.0.160" features = [ "derive", "rc", ] optional = true [dependencies.serde-pickle] version = "1.1.1" [dependencies.thiserror] version = "1.0" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.matio-rs] version = "1.3" features = ["nalgebra"] [dev-dependencies.serde_json] version = "1.0.96" [build-dependencies.anyhow] version = "1.0.68" [build-dependencies.apache-arrow] version = "30.0" package = "arrow" [build-dependencies.bytes] version = "1.3.0" [build-dependencies.gmt-fem-code-builder] version = "2.2" [build-dependencies.parquet] version = "30.0" [build-dependencies.thiserror] version = "1.0" [build-dependencies.zip] version = "0.6.6" [features] serde = [ "dep:serde", "interface/filing", "gmt-fem/serde", "bincode/serde", "nalgebra/serde-serialize", ] [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = [ "cfg(fem)", 'cfg(topend,values("FSM","ASM"))', 'cfg(m2_rbm,values("MCM2Lcl","MCM2Lcl6D"))', "cfg(ground_acceleration)", ]