# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "test-collector" version = "0.1.2" authors = ["Vladyslav Bukatin "] description = "A library for setting up integration test with start up and tearndown" documentation = "https://docs.rs/test-collector" readme = "README.md" keywords = ["testing", "integration-tests", "test-runner", "test-collector", "custom-runner"] categories = ["development-tools", "development-tools::testing"] license = "MIT/Apache-2.0" repository = "https://github.com/MIF-0/test-collector/tree/main/test-collector-lib" [dependencies.chrono] version = "0.4.19" [dependencies.env_logger] version = "0.9.0" [dependencies.futures] version = "0.3.21" [dependencies.inventory] version = "0.1.11" [dependencies.log] version = "0.4.14" [dependencies.once_cell] version = "1.9.0" [dependencies.test-collector-derive] version = "0.1.2" [dependencies.test-collector-utils] version = "0.1.2" [dev-dependencies.actix-web] version = "4" [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.reqwest] version = "0.11.10" features = ["json"]