# 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 = "toggl-rs" version = "0.0.3" authors = ["Stefan Ruzitschka "] description = "toggl-rs is a library to interact with track.toggl.com APIs" readme = "README.md" license = "WTFPL" repository = "https://github.com/icepuma/toggl-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.owo-colors] version = "3" [dependencies.reqwest] version = "0.11" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.url] version = "2" [dev-dependencies.mockito] version = "0.31" [dev-dependencies.pretty_assertions] version = "1" [features] client = [] default = ["client"]