# 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 = "xreq-lib" version = "0.4.1" description = """ xreq/xdiff common library. """ homepage = "https://github.com/Tubitv/xdiff" documentation = "https://docs.rs/xreq-lib" readme = "README.md" keywords = [ "cli", "diff", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/Tubitv/xdiff" [dependencies.anyhow] version = "1.0.62" [dependencies.console] version = "0.15.1" [dependencies.http] version = "0.2.8" [dependencies.http-serde] version = "1.1.0" [dependencies.reqwest] version = "0.11.11" features = [ "rustls-tls", "gzip", "brotli", "deflate", "json", ] default-features = false [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_qs] version = "0.10.1" [dependencies.serde_with] version = "2.0.0" [dependencies.serde_yaml] version = "0.9.10" [dependencies.similar] version = "2.2.0" features = [ "inline", "bytes", ] [dependencies.tokio] version = "1.20.1" features = ["full"] [dependencies.url] version = "2.2.2" features = ["serde"]