[package] cargo-toml-patch-comments = [ "drop windows-specific dependencies and features", "drop WASM-specific dependencies and features", "drop tokio v0.2 and v0.3 features", "drop optional surf dependency", ] [scripts] prep.post = [ "# remove example that depends on the optional surf dependency", "rm examples/surf-web.rs", ] [tests] skip = ["io_timeout_timedout"] comments = ["skip one failing test (probably related to mock environment)"]