# 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.75" name = "nextest-metadata" version = "0.12.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Structured access to nextest machine-readable output." documentation = "https://docs.rs/nextest-metadata" readme = "README.md" keywords = [ "nextest", "test-runner", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/nextest-rs/nextest" [lib] name = "nextest_metadata" path = "src/lib.rs" [dependencies.camino] version = "1.1.9" features = ["serde1"] [dependencies.nextest-workspace-hack] version = "0.1.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.smol_str] version = "0.3.1" features = ["serde"] [dependencies.target-spec] version = "3.2.1" features = [ "custom", "summaries", ] [dev-dependencies.test-case] version = "3.3.1"