# 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 = "mockiato" version = "0.9.6" exclude = [ ".github/**", ".editorconfig", ".mailmap", ".gitignore", ] description = "A strict, yet friendly mocking library for Rust 2018" documentation = "https://docs.rs/mockiato" readme = "readme.md" keywords = [ "test", "testing", "mock", "mocking", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/mockiato/mockiato" [[example]] name = "downcasting" test = true [dependencies.mockiato-codegen] version = "0.9.5" [dependencies.nameof] version = "1.1.0" [dependencies.nearly_eq] version = "0.2.4" [build-dependencies.rustc_version] version = "0.4.0" [badges.maintenance] status = "deprecated"