# 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 = "2018" name = "webmention" version = "0.6.0" authors = ["Tim Marinin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Library and a CLI tool for sending and validation webmentions" homepage = "https://marinintim.com/projects/webmention/" readme = "README.md" keywords = ["indieweb"] categories = [ "command-line-utilities", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/marinintim/webmention.git" [lib] name = "webmention" path = "src/lib.rs" [[bin]] name = "webmention" path = "src/bin/webmention.rs" required-features = ["cli"] [dependencies.anyhow] version = "1" [dependencies.clap] version = "2.33.3" optional = true [dependencies.nom] version = "7" [dependencies.reqwest] version = "0.11" features = ["rustls-tls"] default-features = false [dependencies.rocket] version = "0.4.7" optional = true [dependencies.select] version = "0.6" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" optional = true default-features = false [dependencies.url] version = "2.2" features = ["serde"] [dev-dependencies.tokio-test] version = "0.4.2" [features] cli = [ "clap", "tokio", "tokio/rt", "tokio/macros", ] default = [] receive = [ "cli", "rocket", ]