# 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 = "2018" name = "analog-clock" version = "0.1.6" description = "A terminal analog clock." license = "MIT" repository = "https://github.com/wongjiahau/analog-clock/tree/master" [dependencies.bresenham] version = "0.1.1" [dependencies.chrono] version = "0.4.0" [dependencies.colored] version = "2" [dependencies.colors-transform] version = "0.2.11" [dependencies.crossterm] version = "0.22.1" [dependencies.image] version = "0.23.14" [dependencies.line_drawing] version = "1.0.0" [dependencies.structopt] version = "0.3.25" [dependencies.term_size] version = "0.3.2"