# 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 = "atterminal" version = "2.10.0" authors = ["Hardfood "] description = "串口调试工具,使用eframe框架开发" readme = "README.md" keywords = [ "app", "serial", "rs232", "serialport", ] license = "LGPL-3.0-only" license-file = "LICENSE.txt" repository = "https://gitee.com/w-8/atterminal" [profile.release] opt-level = "z" lto = true panic = "abort" strip = true [dependencies.chrono] version = "0.4.22" [dependencies.comportlist] version = "0.1.3" [dependencies.eframe] version = "0.20" features = ["persistence"] [dependencies.egui_extras] version = "0.20" [dependencies.hex] version = "0.4.3" [dependencies.image] version = "0.24.5" features = ["ico"] [dependencies.rfd] version = "0.10.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serialport] version = "4.2.0" features = ["serde"] [dependencies.toml] version = "0.5.9" [dependencies.walkdir] version = "2.3.2" [build-dependencies.embed-resource] version = "1.5.1"