# 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 = "rexit" version = "1.2.1" description = "Export your Reddit Chats" readme = "README.md" license = "GPL-3.0" [dependencies.cached] version = "0.43.*" [dependencies.chrono] version = "0.4.*" features = ["serde"] [dependencies.clap] version = "4.3.*" features = ["derive"] [dependencies.console] version = "0.15.*" features = ["windows-console-colors"] [dependencies.html-escape] version = "0.2.13" [dependencies.inquire] version = "0.6.*" [dependencies.log] version = "0.4.*" [dependencies.log4rs] version = "1.2.0" [dependencies.pretty_env_logger] version = "0.5.*" [dependencies.regex] version = "1.7.3" [dependencies.reqwest] version = "0.11.*" features = [ "blocking", "multipart", "cookies", "gzip", ] [dependencies.serde] version = "1.0.*" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1.28.1" features = ["full"] [dependencies.url] version = "2.4.*" [dependencies.urlencoding] version = "2.1.*"