You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
448 B
17 lines
448 B
[package]
|
|
cargo-toml-patch-comments = [
|
|
"drop outdated, example-only rand dev-dependency",
|
|
"drop unused support for the obsolete \"encoding\" crate",
|
|
]
|
|
|
|
[tests]
|
|
skip = ["assert_sizes"]
|
|
comments = ["skip test for exact size of a struct / enum that fails with Rust 1.64+: https://github.com/servo/tendril/issues/66"]
|
|
|
|
[scripts]
|
|
prep.post = [
|
|
"# drop unused example program that pulls in outdated dependencies",
|
|
"rm -rv examples/",
|
|
]
|
|
|