# 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 = "wakapi" version = "0.1.0" authors = ["JM Barbier "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Wakatime API client" homepage = "https://dev.solidev.net/solidev/wakapi" readme = "README.md" keywords = [ "wakatime", "api", "client", ] license = "MIT" repository = "https://dev.solidev.net/solidev/wakapi.git" [lib] name = "wakapi" path = "src/lib.rs" doctest = false [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.20" [dependencies.directories] version = "5.0" [dependencies.env_logger] version = "0.11.5" [dependencies.figment] version = "0.10.19" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.serde_url_params] version = "0.2.1" [dependencies.thiserror] version = "1.0.64" [dependencies.toml] version = "0.8.19" [features] blocking = ["reqwest/blocking"]