rusty-tip 0.1.1

Rust library for Nanonis SPM system control via TCP
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 = "rusty-tip"
version = "0.1.1"
authors = ["Martin Kronberger <kronberger@proton.me"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for Nanonis SPM system control via TCP"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kronberger-droid/rusty-tip"

[features]
default = []
gui = [
    "eframe",
    "egui_plot",
    "rfd",
    "toml",
]

[lib]
name = "rusty_tip"
path = "src/lib.rs"

[[bin]]
name = "tip-prep"
path = "bin/tip-prep/main.rs"

[[bin]]
name = "tip-prep-gui"
path = "bin/tip-prep-gui/main.rs"
required-features = ["gui"]

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

[dependencies.byteorder]
version = "1.5"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

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

[dependencies.config]
version = "0.15.18"
features = ["toml"]

[dependencies.crossbeam-channel]
version = "0.5"

[dependencies.ctrlc]
version = "3.4"

[dependencies.env_logger]
version = "0.10"

[dependencies.log]
version = "0.4"

[dependencies.nanonis-rs]
version = "0.1.0"

[dependencies.ndarray]
version = "0.16.1"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.textplots]
version = "0.8"

[dependencies.thiserror]
version = "1.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.eframe]
version = "0.33"
features = [
    "default_fonts",
    "glow",
    "wayland",
    "x11",
]
optional = true
default-features = false

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.egui_plot]
version = "0.34"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rfd]
version = "0.17"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.toml]
version = "0.8"
optional = true

[target."cfg(windows)".dependencies.winapi]
version = "0.3"
features = [
    "consoleapi",
    "processenv",
    "wincon",
    "handleapi",
    "winbase",
]

[profile.dist]
lto = "thin"
inherits = "release"