insta 0.4.0

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.4.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
exclude = ["assets/*"]
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.ci_info]
version = "0.3.1"

[dependencies.console]
version = "0.7.5"

[dependencies.difference]
version = "2.0.0"

[dependencies.failure]
version = "0.1.5"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.pest]
version = "2.1.0"

[dependencies.pest_derive]
version = "2.1.0"

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

[dependencies.serde_json]
version = "1.0.36"

[dependencies.serde_yaml]
version = "0.8.8"
[dev-dependencies.uuid]
version = "0.7.1"
features = ["serde", "v4"]

[features]
serialization = []