# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mimicaw" version = "0.1.3" authors = ["Yusuke Sasaki "] description = "A library for writing asynchronous tests.\n" readme = "README.md" keywords = ["test", "framework", "async"] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/ubnt-intrepid/mimicaw.git" [dependencies.console] version = "0.9" [dependencies.futures-channel] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["std"] default-features = false [dependencies.getopts] version = "0.2" [dependencies.num-format] version = "0.4" [dependencies.pin-project] version = "0.4" [dev-dependencies.async-std] version = "1" features = ["attributes"] [dev-dependencies.cargo-husky] version = "1.5" features = ["precommit-hook", "run-cargo-fmt"] [dev-dependencies.chrono] version = "0.4" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-timer] version = "2" [dev-dependencies.maybe-unwind] version = "0.1" [dev-dependencies.rand] version = "0.7" [dev-dependencies.sxd-document] version = "0.3" [dev-dependencies.tokio] version = "0.2.0" features = ["full"] [dev-dependencies.version-sync] version = "0.8"