--- tendril-0.4.3/Cargo.toml 1970-01-01T00:00:01+00:00 +++ tendril-0.4.3/Cargo.toml 2024-10-04T12:31:15.531369+00:00 @@ -17,9 +17,6 @@ readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/servo/tendril" -[dependencies.encoding] -version = "0.2" -optional = true [dependencies.encoding_rs] version = "0.8.12" @@ -33,8 +30,6 @@ [dependencies.utf-8] version = "0.7" -[dev-dependencies.rand] -version = "0.4" [features] bench = []