insta 0.1.2

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

[package.metadata.docs.rs]
all-features = true

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

[dependencies]
difference = "2.0.0"
serde = { version = "1.0.84", optional = true }
failure = "0.1.5"
serde_yaml = { version = "0.8.8", optional = true }
console = "0.7.2"
chrono = "0.4.6"