[package] cargo-toml-patch-comments = [ # This would be a candidate for automated patching with tomcli if it were # an unconditional dependency, but given it is # target.'cfg(not(target_arch = \"wasm32\"))', manual patching is easier. "Drop benchmark-only criterion dependency", # Starting with writeable 0.6: # "Omit removed examples from Cargo.toml", ] [scripts.prep] pre = [ "# Avoid a dependency on the internal icu_benchmark_macros crate", "rm -rv examples/", ]