# 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 = "limalogger" version = "0.3.0" description = "A ham radio QSO logger" readme = "README.md" keywords = [ "ham-radio", "amateur-radio", "qso", "log-book", "logbook", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.scd31.com/stephen/limalogger" [dependencies.adif] version = "0.1" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-english] version = "0.1.7" [dependencies.clearscreen] version = "1.0.7" [dependencies.getch] version = "0.2" [dependencies.indexmap] version = "1.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.term-table] version = "1.3" [dependencies.toml] version = "0.5.8"