# 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 = "ti" version = "1.4.0" authors = ["Michał Czyż "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple terminal timer" homepage = "https://github.com/eRgo35/ti" documentation = "https://github.com/eRgo35/ti" readme = "README.md" keywords = [ "timer", "terminal", "tty", "rust", "figlet", ] license = "MIT" repository = "https://github.com/eRgo35/ti" [package.metadata.wix] eula = false license = false path-guid = "F2A1781C-8F7C-487C-B81D-21327847665E" upgrade-guid = "D47D5FC0-4E43-4FAF-98C7-7DE1D67AA506" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "ti" path = "src/main.rs" [dependencies.clap] version = "4.5.14" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.figlet-rs] version = "0.1.5"