[package] cargo-toml-patch-comments = [ "drop tokio v0.2 and v0.3 features", "drop optional surf dependency", "drop additional dependencies for tracing-level log statements", "Use the current major version of async-channel (https://github.com/async-rs/async-std/pull/1092)", ] [scripts] prep.post = [ "# * remove example that depends on the removed femme dev-dependency", "rm examples/logging.rs", "# remove example that depends on the removed optional surf dependency", "rm examples/surf-web.rs", ] [tests] skip = ["io_timeout_timedout"] comments = ["skip one failing test (probably related to mock environment)"]