# 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 = "2018" name = "integra8" version = "0.0.5-rc1" description = "Integra8 rust integration test framework Rust with a focus on productivity, extensibility, and speed.\n" readme = "../../README.md" keywords = ["integra8", "test", "framework", "integration", "bdd"] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/jamesjharper/integra8" [dependencies.async-process] version = "1.2.0" optional = true [dependencies.async-std] version = "1.10.0" optional = true [dependencies.async-trait] version = "0.1.52" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.humantime] version = "2.1.0" optional = true [dependencies.indexmap] version = "1.8.0" features = ["serde-1"] optional = true [dependencies.integra8_decorations_impl] version = "0.0.5-rc1" [dependencies.integra8_impl] version = "0.0.5-rc1" [dependencies.linkme] version = "0.2" optional = true [dependencies.num_cpus] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.serde_bytes] version = "0.11.5" optional = true [dependencies.serde_json] version = "1.0" optional = true [dependencies.structopt] version = "0.3" optional = true [dependencies.tokio] version = "1.15.0" features = ["rt", "sync", "time", "rt-multi-thread"] optional = true [features] async = [] async-std-runtime = ["async", "async-std", "integra8_impl/async-std-runtime"] async_runtime = [] components = ["indexmap", "serde_json", "serde", "futures"] core = ["structopt", "linkme", "humantime", "futures", "async_runtime", "components", "decorations", "formatters", "results", "scheduling", "runner"] decorations = ["components", "indexmap", "serde_json", "serde", "linkme"] default = ["core", "tokio-runtime"] enable_serde = ["serde", "serde_bytes"] formatters = ["components", "results", "structopt"] results = ["components", "indexmap"] runner = ["components", "scheduling", "async_runtime", "results", "async-process", "async-trait", "futures"] scheduling = ["components", "async_runtime", "num_cpus"] sync = [] tokio-runtime = ["async", "tokio", "integra8_impl/tokio-runtime"]