# 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 = "typeracer" version = "2.1.5" authors = ["DarrienG "] build = false include = [ "**/*.rs", "**/*.sql", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A terminal typing game. Race to see the fastest time you can get!" readme = "README.md" keywords = [ "typing", "terminal", "termion", "games", "fun", ] license = "GPL-3.0" repository = "https://gitlab.com/ttyperacer/terminal-typeracer" [profile.dev] opt-level = 0 lto = false debug = 2 debug-assertions = true panic = "unwind" overflow-checks = true incremental = true [profile.release] opt-level = 3 lto = "fat" debug = 0 debug-assertions = false panic = "abort" overflow-checks = false incremental = false strip = "symbols" [[bin]] name = "typeracer" path = "src/main.rs" [dependencies.clap] version = "3.2.25" [dependencies.crossbeam-channel] version = "0.5.6" [dependencies.directories-next] version = "2.0.0" [dependencies.git2] version = "0.18.1" features = [ "https", "vendored-libgit2", "vendored-openssl", ] default-features = false [dependencies.itertools] version = "0.12.0" [dependencies.rand] version = "0.8.5" [dependencies.refinery] version = "0.8.7" features = ["rusqlite"] [dependencies.rusqlite] version = "0.28.0" features = ["bundled"] [dependencies.serde] version = "1.0.149" features = ["derive"] [dependencies.termion] version = "1.5.6" [dependencies.toml] version = "0.8.8" [dependencies.tui] version = "0.17" features = ["termion"] default-features = false [dependencies.unicode-segmentation] version = "1.10.0" [dependencies.unicode-width] version = "0.1.10"