# 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.64.0" name = "indexmenow" version = "0.1.4" authors = ["Radim Kolar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Announces items from RSS feed to search engine using IndexNow" homepage = "https://gitlab.com/hsn10/indexmenow" documentation = "https://docs.rs/indexmenow/latest/indexmenow/" readme = "README.md" keywords = [ "rss", "indexnow", "webdev", "cli", "web", ] categories = [ "command-line-utilities", "web-programming", ] license = "MIT" repository = "https://gitlab.com/hsn10/indexmenow.git" [profile.release] opt-level = "z" lto = "thin" codegen-units = 1 debug = 0 debug-assertions = false strip = true [lib] name = "indexmenow" path = "src/lib.rs" test = false required-features = ["enable-tests-common"] [[bin]] name = "indexmenow" path = "src/main.rs" test = true bench = false [[test]] name = "atom_parsing" path = "tests/atom_parsing.rs" [[test]] name = "rss_parsing" path = "tests/rss_parsing.rs" [dependencies.minreq] version = "^2.8.1" features = ["https-native"] [dependencies.rss] version = "^2.0.5" [dependencies.serde] version = "^1.0.204" [dependencies.serde_derive] version = "^1.0.204" [dependencies.serde_json] version = "^1.0.121" [dependencies.serde_spanned] version = "=0.6.3" [dependencies.toml] version = "=0.7.6" [dependencies.toml_datetime] version = "=0.6.3" [dependencies.toml_edit] version = "=0.19.14" [dependencies.url] version = "^2.3.1" features = ["serde"] [dev-dependencies.rstest] version = "^0.17.0" [features] enable-tests-common = [] [badges.maintenance] status = "actively-developed"