# 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 = "cloudlog-adifwatch" version = "0.0.18" authors = ["Mikael Voss "] description = "Automatic upload of ADIF log to Cloudlog" readme = "README.md" keywords = [ "amateur-radio", "adif", ] categories = ["command-line-utilities"] license = "MirOS" repository = "https://github.com/illdefined/cloudlog-adifwatch" [profile.release] lto = "thin" [dependencies.lazy_static] version = "1.4" [dependencies.notify] version = "5.1" [dependencies.regex] version = "1.7" [dependencies.ureq] version = "2.6" features = [ "json", "native-certs", ] [dependencies.url] version = "2.3"