# 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" rust-version = "1.62" name = "fediback" version = "0.2.0" authors = ["dystroy "] exclude = [ "website", "fediverse*.zip", ] description = "A mastodon account backup program" readme = "README.md" keywords = [ "backup", "fediverse", "mastodon", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Canop/fediback" [dependencies.argh] version = "0.1.3" [dependencies.cli-log] version = "2.0.0" [dependencies.crossbeam] version = "0.8" [dependencies.directories-next] version = "2.0" [dependencies.lazy-regex] version = "2.3" [dependencies.reqwest] version = "0.10" features = [ "json", "blocking", "rustls-tls", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.termimad] version = "0.20.4" [dependencies.terminal-light] version = "1.0"