# 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 = "shreddit" version = "0.9.3" authors = ["Andrew Banchich "] description = "Overwrite and delete your Reddit account history." readme = "README.md" license = "MIT" repository = "https://github.com/andrewbanchich/shreddit" [dependencies.async-stream] version = "0.3.5" [dependencies.async-trait] version = "0.1.68" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.3.8" features = [ "derive", "env", ] [dependencies.csv] version = "1.2.2" [dependencies.dotenvy] version = "0.15.7" [dependencies.futures-core] version = "0.3.28" [dependencies.futures-util] version = "0.3.28" [dependencies.reqwest] version = "0.11.18" features = [ "json", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.99" [dependencies.tokio] version = "1.28.2" features = [ "rt", "macros", ] [dependencies.tracing] version = "0.1.37" [dependencies.tracing-subscriber] version = "0.3.17" features = [ "fmt", "env-filter", ]