# 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 = "binatime" version = "1.0.1" authors = ["scientiac < iac@scientiac.space >"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A binary clock in the terminal." homepage = "https://gitlab.com/scientiac/binatime.git" readme = "README.md" license = "GPL-3.0" repository = "https://gitlab.com/scientiac/binatime" [[bin]] name = "binatime" path = "src/main.rs" [dependencies.async-std] version = "1.12.0" [dependencies.chrono] version = "0.4.31" [dependencies.figlet-rs] version = "0.1.5" [dependencies.termion] version = "2.0.3" [badges.gitlab] repository = "scientiac/binatime"