# 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" rust-version = "1.74" name = "cargo-fixture" version = "1.2.2" authors = ["Vojtech Kral"] description = "Surround cargo test with arbitrary Rust setup and teardown code." readme = "README.md" keywords = [ "rust", "cargo", "testing", ] license = "Apache-2.0" [[bin]] name = "cargo-fixture" [[test]] name = "print_args" test = false harness = false [[test]] name = "fixture_env_var" test = false harness = false [[test]] name = "fixture_failing_test" test = false harness = false [[test]] name = "fixture_kv" test = false harness = false [[test]] name = "fixture_early_exit" test = false harness = false [[test]] name = "fixture_panic_init" test = false harness = false [[test]] name = "fixture_panic_connected" test = false harness = false [[test]] name = "fixture_panic_cleanup" test = false harness = false [[test]] name = "fixture_hang_cleanup" test = false harness = false [[test]] name = "fixture_args" test = false harness = false [[test]] name = "fixture_serial" test = false harness = false [dependencies.anyhow] version = "1" [dependencies.cargo-fixture-lib] version = "=1.2.2" features = ["smol"] [dependencies.ctrlc] version = "3.4.2" [dependencies.futures-util] version = "0.3.29" [dependencies.log] version = "0.4" [dependencies.os_str_bytes] version = "7" features = ["conversions"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.smol] version = "1.3.0" [dependencies.strum] version = "0.25.0" features = ["derive"] [dependencies.tabular] version = "0.2.0" [dependencies.thiserror] version = "1" [dev-dependencies.smol-potat] version = "1.1.2" [features] _fixture = [] [target."cfg(unix)".dev-dependencies.nix] version = "0.28" features = ["signal"]