--- brotli-3.5.0/Cargo.toml 1970-01-01T00:00:01+00:00 +++ brotli-3.5.0/Cargo.toml 2024-03-19T19:53:50.395002+00:00 @@ -33,20 +33,21 @@ "compression", "no-std", ] -license = "BSD-3-Clause OR MIT" +license = "BSD-3-Clause" repository = "https://github.com/dropbox/rust-brotli" +exclude = [ + "/ci/", + "/corrosion/", + "/research/", + "/testdata/", + "/appveyor.yml", + "/rustfmt.toml", + "/uncorrode.py", +] [profile.release] lto = true incremental = false - -[[bin]] -name = "brotli" -doc = false - -[[bin]] -name = "catbrotli" -doc = false [dependencies.alloc-no-stdlib] version = "2.0"