Building with async-std still results in tokio dependency

XMLWordPrintableJSON

    • None
    • None
    • None
    • None
    • None
    • None

      When application is built using driver with `async-std` flag, the `tokio` crate is still listed as dependency using `cargo tree`.

      Reference Cargo.toml file:

      [package]
      name = "mongoplay"
      version = "0.1.0"
      edition = "2018"
      
      [dependencies]
      bson = "1.0.0"
      mongodb = {version = "1.0.0", default-features = false, features = ["async-std-runtime"]}

        1. tree.txt
          14 kB
          Luke Mauldin

              Assignee:
              Unassigned
              Reporter:
              Luke Mauldin
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: