Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-473

Building with async-std still results in tokio dependency

      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"]}

            Assignee:
            Unassigned Unassigned
            Reporter:
            luke.mauldin@l3harris.com Luke Mauldin
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: