# 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 = "time-protocol" version = "1.1.1" authors = ["ggssh "] description = "TIME protocal written in Rust" readme = "README.md" license = "MIT" repository = "https://github.com/ggssh/time-protocol" resolver = "2" [profile.dev] opt-level = 1 overflow-checks = false [profile.release] opt-level = 3 lto = true panic = "abort" [dependencies.chrono] version = "0.4.19" [dependencies.lazy_static] version = "1.4.0" [dev-dependencies.crossterm] version = "0.23" [dev-dependencies.eframe] version = "0.18.0" [dev-dependencies.egui] version = "0.18.1" [dev-dependencies.image] version = "0.24.2" [dev-dependencies.tui] version = "0.18" [dev-dependencies.unicode-width] version = "0.1"