--- brotli-6.0.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ brotli-6.0.0/Cargo.toml 2024-10-01T14:59:41.120768+00:00 @@ -34,8 +34,17 @@ "compression", "no-std", ] -license = "BSD-3-Clause OR MIT" +license = "BSD-3-Clause AND MIT" repository = "https://github.com/dropbox/rust-brotli" +exclude = [ + "/ci/", + "/corrosion/", + "/research/", + "/testdata/", + "/appveyor.yml", + "/rustfmt.toml", + "/uncorrode.py", +] [profile.release] lto = true