# 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 = "neotest-docker-phpunit" version = "0.1.4" authors = ["Mohan Raj "] description = "A tool to execute phpunit test cases in the docker container and export the results." homepage = "https://github.com/praem90/neotest-docker-phpunit" readme = "README.md" keywords = [ "cli", "docker", "phpunit", "neotest", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/praem90/neotest-docker-phpunit" [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.log] version = "0.4.21" [dependencies.quick-xml] version = "0.31.0" [dependencies.uuid] version = "1.7.0" features = [ "serde", "v4", ]