# 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 = "apread" version = "0.2.1" description = "An activity pub feed reader for the command line" homepage = "https://github.com/esmevane/apread" license = "MIT" repository = "https://github.com/esmevane/apread" [profile.dist] debug = true split-debuginfo = "packed" inherits = "release" [dependencies.anyhow] version = "1.0.69" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.config] version = "0.13.3" [dependencies.html2md] version = "0.2.14" [dependencies.reqwest] version = "0.11.14" features = [ "rustls", "json", "cookies", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.93" [dependencies.textwrap] version = "0.16.0" [dependencies.thiserror] version = "1.0.38" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "rt-multi-thread", "tracing", ]