# 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 = "mockito" version = "0.31.1" authors = ["Florin Lipan "] exclude = [ "/.appveyor.yml", "/.travis.yml", "/benchmarks.txt", "/docs/", "/slides.pdf", ] description = "HTTP mocking for Rust." homepage = "https://github.com/lipanski/mockito" documentation = "https://docs.rs/mockito" readme = "README.md" keywords = [ "mock", "mocks", "http", "webmock", "webmocks", ] categories = [ "development-tools::testing", "web-programming", ] license = "MIT" repository = "https://github.com/lipanski/mockito" [dependencies.assert-json-diff] version = "2.0.0" [dependencies.colored] version = "2.0.0" optional = true [dependencies.httparse] version = "1.3.3" [dependencies.lazy_static] version = "1.1.0" [dependencies.log] version = "0.4.6" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.0.5" [dependencies.serde_json] version = "1.0.17" [dependencies.serde_urlencoded] version = "0.7.0" [dependencies.similar] version = "2.1" [dev-dependencies.env_logger] version = "0.8.2" [dev-dependencies.testing_logger] version = "0.1" [features] color = ["colored"] default = ["color"] [badges.appveyor] branch = "master" repository = "lipanski/mockito" service = "github" [badges.travis-ci] branch = "master" repository = "lipanski/mockito"