# 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 = "backup-pinboard" version = "0.0.5" authors = ["d0nut "] description = "Cli to download your Pinboard archives." homepage = "https://github.com/d0nutptr/backup-pinboard" readme = "README.md" keywords = [ "pinboard", "backup", "cli", ] license = "MIT" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" [dependencies.regex] version = "1.7" [dependencies.reqwest] version = "0.11" features = ["cookies"] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.soup] version = "0" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.url] version = "2.3"