# 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 = "hanoi-speedrapp" version = "0.2.0" description = "Tower of Hanoi desktop app for speedrunning" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://github.com/SpeckyYT/hanoi-speedrapp" [dependencies.arboard] version = "3.4.0" default-features = false [dependencies.arrayvec] version = "0.7.4" features = ["serde"] [dependencies.cached] version = "0.53.1" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.eframe] version = "0.28.1" features = [ "persistence", "puffin", "wgpu", ] [dependencies.egui_dnd] version = "0.9.1" [dependencies.egui_extras] version = "0.28.1" [dependencies.egui_plot] version = "0.28.1" [dependencies.indoc] version = "2.0.5" [dependencies.once_cell] version = "1.19.0" [dependencies.pretty-duration] version = "0.1.1" [dependencies.puffin] version = "0.19.0" [dependencies.puffin_http] version = "0.16.0" [dependencies.serde] version = "1.0.200" features = ["derive"] [dependencies.serde_with] version = "3.9.0" [dependencies.strum] version = "0.26.2" features = ["derive"]