frinZ 4.4.0

fringe search for Yamaguchi Interferometer and Japanese VLBI Network
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 = "2021"
name = "frinZ"
version = "4.4.0"
authors = ["Masanori AKIMOTO <masanori.akimoto.ac@gmail.com>"]
build = false
include = [
    "src/frinZmain/",
    "README.md",
    "LICENSE",
    "LICENSE-3RD-PARTY-WWZ",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fringe search for Yamaguchi Interferometer and Japanese VLBI Network"
documentation = "https://docs.rs/frinZ"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/M-AKIMOTOO/frinZrs"

[features]
default = []

[lib]
name = "frinZ"
path = "src/frinZmain/lib.rs"

[[bin]]
name = "frinZ"
path = "src/frinZmain/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.astro]
version = "2.0.0"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.chrono]
version = "0.4.22"

[dependencies.clap]
version = "4.4.6"
features = ["derive"]

[dependencies.csv]
version = "1.3.1"

[dependencies.image]
version = "0.25.6"
features = ["png"]

[dependencies.imageproc]
version = "0.25.0"

[dependencies.imagequant]
version = "4.4.1"

[dependencies.memmap2]
version = "0.9"

[dependencies.nalgebra]
version = "0.33"

[dependencies.nav-types]
version = "0.5"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.npyz]
version = "0.8.4"
features = ["derive"]

[dependencies.num-complex]
version = "0.4.2"

[dependencies.plotters]
version = "0.3.7"

[dependencies.png]
version = "0.17"

[dependencies.rayon]
version = "1.10"

[dependencies.rustfft]
version = "6.1.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.sys-info]
version = "0.9"

[dependencies.tempfile]
version = "3.13"

[dependencies.terminal_size]
version = "0.4"

[dependencies.zstd]
version = "0.13"

[profile.bench]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
overflow-checks = false
incremental = false

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
panic = "abort"
overflow-checks = false
incremental = false
strip = "symbols"