[package] name = "cursed-timer" description = "A TUI Rubik Cube Timer" license = "MIT" readme = "README.md" version = "0.3.3" edition = "2021" repository = "https://github.com/dhruvasagar/cursed-timer" keywords = ["rubik", "cube", "timer", "tui"] authors = ["Dhruva Sagar "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cfonts = "1.1.0" chrono = "0.4.22" crossterm = "0.25.0" csv = "1.1.6" rand = "0.8.5" tracing = { version = "0.1.37", optional = true } tracing-subscriber = { version = "0.3.16", optional = true } tui = "0.19.0" [features] debug = ["tracing", "tracing-subscriber"]