# 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 = "wiremock-multipart" version = "1.0.0" authors = ["René Perschon "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "library of matchers for [wiremock](https://crates.io/crates/wiremock) dealing with multipart requests." homepage = "https://github.com/Leopard2A5/wiremock-multipart" documentation = "https://docs.rs/wiremock-multipart" readme = "README.md" license = "MIT" repository = "https://github.com/Leopard2A5/wiremock-multipart" [lib] name = "wiremock_multipart" path = "src/lib.rs" [dependencies.lazy-regex] version = "2.2" [dependencies.wiremock] version = "0.6" [dev-dependencies.async-std] version = "1.10" features = ["attributes"] [dev-dependencies.indoc] version = "1.0" [dev-dependencies.maplit] version = "1.0"