# 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 = "indexnow" version = "0.0.0" description = "CLI and library for the `IndexNow.org` API to ping search engines about changed content" license = "MIT OR Apache-2.0" resolver = "2" [dependencies.argfile] version = "0.1.4" [dependencies.bytes] version = "1.2.1" [dependencies.clap] version = "3.2.17" features = [ "derive", "env", ] [dependencies.headers] version = "0.3.7" [dependencies.http] version = "0.2.8" [dependencies.http-body] version = "0.4.5" [dependencies.once_cell] version = "1.13.1" [dependencies.regex] version = "1.6.0" [dependencies.serde] version = "1.0.144" features = ["derive"] [dependencies.serde_json] version = "1.0.85" [dependencies.serde_urlencoded] version = "0.7.1" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.20.1" features = [ "rt", "macros", ] [dev-dependencies.assert-json-diff] version = "2.0.2"