# 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 = "typing-reader" version = "0.2.0" authors = ["João Carlos Rodrigues Júnior"] description = "A file reader, and a typing trainer." readme = "README.md" keywords = [ "typing", "reader", "trainer", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JaoCR/typing-reader/blob/master/README.md" resolver = "2" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.crossterm] version = "0.25.0" [dependencies.stable-eyre] version = "0.2.2" [dependencies.tui] version = "0.19.0"