# 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 = "cursed-timer" version = "0.3.3" authors = ["Dhruva Sagar "] description = "A TUI Rubik Cube Timer" readme = "README.md" keywords = [ "rubik", "cube", "timer", "tui", ] license = "MIT" repository = "https://github.com/dhruvasagar/cursed-timer" resolver = "2" [dependencies.cfonts] version = "1.1.0" [dependencies.chrono] version = "0.4.22" [dependencies.crossterm] version = "0.25.0" [dependencies.csv] version = "1.1.6" [dependencies.rand] version = "0.8.5" [dependencies.tracing] version = "0.1.37" optional = true [dependencies.tracing-subscriber] version = "0.3.16" optional = true [dependencies.tui] version = "0.19.0" [features] debug = [ "tracing", "tracing-subscriber", ]