insta 0.1.2

A snapshot testing library for Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "insta"
version = "0.1.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
exclude = ["screenshots/*"]
description = "A snapshot testing library for Rust"
homepage = "https://github.com/mitsuhiko/insta"
readme = "README.md"
keywords = ["snapshot", "testing", "jest"]
license = "Apache-2.0"
repository = "https://github.com/mitsuhiko/insta"
[package.metadata.docs.rs]
all-features = true
[dependencies.chrono]
version = "0.4.6"

[dependencies.console]
version = "0.7.2"

[dependencies.difference]
version = "2.0.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.serde]
version = "1.0.84"
optional = true

[dependencies.serde_yaml]
version = "0.8.8"
optional = true

[features]
serialization = ["serde", "serde_yaml"]