# 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 = "unfurl" version = "0.3.0" description = "A tool for expanding links in text" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/bww/unfurl" [dependencies.addr] version = "0.15.6" [dependencies.bytes] version = "1.5.0" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.futures] version = "0.3.29" [dependencies.once_cell] version = "1.18.0" [dependencies.reqwest] version = "0.11.22" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_yaml] version = "0.9" [dependencies.tinytemplate] version = "1.1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.url] version = "2.4.1"