--- rustc-serialize-0.3.24/Cargo.toml 2017-04-21T14:10:04+00:00 +++ rustc-serialize-0.3.24/Cargo.toml 2023-03-20T17:59:00.023986+00:00 @@ -13,6 +13,7 @@ `derive(RustcEncodable, RustcDecodable)` mode in the compiler. Also includes support for hex, base64, and json encoding and decoding. """ +exclude = ["/.travis.yml", "/appveyor.yml"] [dev-dependencies] rand = "0.3"