--- anstream-0.6.7/Cargo.toml 1970-01-01T00:00:01+00:00 +++ anstream-0.6.7/Cargo.toml 2024-01-13T20:33:29.402484+00:00 @@ -83,18 +83,6 @@ [Unreleased]: https://github.com/rust-cli/anstyle/compare/{{tag_name}}...HEAD""" search = "" -[[bench]] -name = "strip" -harness = false - -[[bench]] -name = "wincon" -harness = false - -[[bench]] -name = "stream" -harness = false - [dependencies.anstyle] version = "1.0.0" @@ -111,9 +99,6 @@ [dependencies.utf8parse] version = "0.2.1" - -[dev-dependencies.criterion] -version = "0.5.1" [dev-dependencies.lexopt] version = "0.3.0" @@ -134,8 +119,5 @@ ] default = [ "auto", - "wincon", ] test = [] -wincon = [] -