# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libtad-rs" version = "0.2.0" authors = ["Daniel Alvsåker "] description = "Rust library for accessing Time and Date APIs" homepage = "https://services.timeanddate.com" documentation = "https://docs.rs/libtad-rs" keywords = ["time", "date", "timeanddate", "api"] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/timeanddate/libtad-rs" [dependencies.async-trait] version = "0.1" optional = true [dependencies.attohttpc] version = "0.17" features = ["json", "tls-rustls"] optional = true default-features = false [dependencies.base64] version = "0.13" [dependencies.chrono] version = "0.4" [dependencies.hmac] version = "0.11" [dependencies.libtad-models] version = "0.2" [dependencies.maybe-async] version = "0.2" [dependencies.reqwest] version = "0.11" features = ["json", "rustls-tls"] optional = true default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_url_params] version = "0.2" [dependencies.sha-1] version = "0.9" [dependencies.url] version = "2.2" [dev-dependencies.tokio] version = "1" features = ["macros", "rt"] default-features = false [features] __async = ["async-trait"] __sync = ["maybe-async/is_sync"] async-client = ["reqwest", "__async"] default = ["sync-client"] sync-client = ["attohttpc", "__sync"]