--- regex-automata-0.1.10/Cargo.toml 1970-01-01T00:00:00+00:00 +++ regex-automata-0.1.10/Cargo.toml 2021-06-01T21:48:33.720241+00:00 @@ -14,7 +14,7 @@ name = "regex-automata" version = "0.1.10" authors = ["Andrew Gallant "] -exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug"] +exclude = ["/.travis.yml", "/appveyor.yml", "/ci/*", "/scripts/*", "/regex-automata-debug", "/data/*"] autoexamples = false autotests = false description = "Automata construction and matching using regular expressions."