# 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 = "ruhr" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command line world clock" readme = "README.md" license = "MIT" [[bin]] name = "ruhr" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.chrono-tz] version = "0.9.0" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.reqwest] version = "0.12.4" features = [ "blocking", "json", ] [dependencies.rusqlite] version = "0.31.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.tokio] version = "1.38.0" features = ["full"] [dependencies.tzf-rs] version = "0.4.8"