Skip to content

Commit

Permalink
Many things
Browse files Browse the repository at this point in the history
- Remove atty dep and therefore stdin feature
- Rule::RepeatUntilNonePass -> Rule::Repeat
- StopLoopCondition
- Better debug feature
- More base64 trait implementations
- Probably some small stuff
  • Loading branch information
Scripter17 committed Aug 6, 2024
1 parent a8c068e commit d038a31
Show file tree
Hide file tree
Showing 18 changed files with 586 additions and 543 deletions.
45 changes: 1 addition & 44 deletions Cargo.lock

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

6 changes: 0 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ serde_json = "1.0.122"
url = { version = "2.5.2", features = ["serde"] }
reqwest = { version = "0.12.5", features = ["blocking", "socks"], optional = true }
const-str = { version = "0.5.7", optional = true }
atty = { version = "0.2.14", optional = true }
thiserror = "1.0.63"
regex = { version = "1.10.6", optional = true }
glob = { version = "0.3.1", optional = true }
Expand All @@ -41,8 +40,6 @@ default = [
"default-config",
"minify-included-strings",

"stdin",

"regex",

"glob",
Expand All @@ -60,9 +57,6 @@ default-config = []
# Replace all whitepace in the default config with just one space.
minify-included-strings = ["dep:const-str"]

# Allow reading URLs from STDIN.
stdin = ["dep:atty"]

# Enables [`url_cleaner::glue::RegexWrapper`].
regex = ["dep:regex", "dep:regex-syntax"]

Expand Down
Loading

0 comments on commit d038a31

Please sign in to comment.