Skip to content

Commit

Permalink
chore(crate): remove htm5ever crate
Browse files Browse the repository at this point in the history
  • Loading branch information
j-mendez committed Dec 30, 2024
1 parent 40e1ab7 commit 861d899
Show file tree
Hide file tree
Showing 23 changed files with 36 additions and 1,793 deletions.
37 changes: 26 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 1 addition & 6 deletions spider/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "spider"
version = "2.22.9"
version = "2.22.10"
authors = [
"j-mendez <jeff@spider.cloud>"
]
Expand All @@ -26,13 +26,8 @@ regex = { version = "1" }
ua_generator = { version = "^0.5", optional = true }
string_concat = "0.0.1"
lazy_static = "1"
fast_html5ever = "0.26.6"
selectors = "0.25.0"
tendril = "0.4.3"
ahash = { version = "0.8", default-features = false, features = ["std"] }
cssparser = "0.31.2"
smallvec = "1"
ego-tree = "0.10"
num_cpus = "1"
bytes = { version = "1", features = ["serde"] }
serde = { version = "1", optional = true, features = ["derive"] }
Expand Down
2 changes: 0 additions & 2 deletions spider/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,6 @@ pub extern crate string_concat;
pub extern crate strum;
#[macro_use]
pub extern crate lazy_static;
#[macro_use]
pub extern crate fast_html5ever;

/// Configuration structure for `Website`.
pub mod configuration;
Expand Down
1 change: 0 additions & 1 deletion spider/src/packages/mod.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/// robot parser
pub mod robotparser;
pub mod scraper;
201 changes: 0 additions & 201 deletions spider/src/packages/scraper/element_ref/element.rs

This file was deleted.

Loading

0 comments on commit 861d899

Please sign in to comment.