insta 0.15.0

A snapshot testing library for Rust
Documentation
[dependencies.backtrace]
optional = true
version = "0.3.42"

[dependencies.console]
default-features = false
version = "0.10.0"

[dependencies.difference]
version = "2.0.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.pest]
optional = true
version = "2.1.0"

[dependencies.pest_derive]
optional = true
version = "2.1.0"

[dependencies.ron]
optional = true
version = "0.5.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.85"

[dependencies.serde_json]
version = "1.0.36"

[dependencies.serde_yaml]
version = "0.8.8"

[features]
default = []
redactions = ["pest", "pest_derive"]
serialization = []

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