cargo-insta 1.47.2

A review tool for the insta snapshot testing library for Rust
# 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 = "2021"
rust-version = "1.66.0"
name = "cargo-insta"
version = "1.47.2"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A review tool for the insta snapshot testing library for Rust"
homepage = "https://insta.rs/"
documentation = "https://insta.rs/docs/cli/"
readme = "README.md"
keywords = [
    "snapshot",
    "testing",
    "jest",
]
categories = ["development-tools::cargo-plugins"]
license = "Apache-2.0"
repository = "https://github.com/mitsuhiko/insta"

[[bin]]
name = "cargo-insta"
path = "src/main.rs"

[[test]]
name = "functional"
path = "tests/functional/main.rs"

[dependencies.cargo_metadata]
version = "0.18.0"
default-features = false

[dependencies.clap]
version = "4.1"
features = [
    "derive",
    "env",
]

[dependencies.console]
version = "0.16"

[dependencies.ignore]
version = "0.4.17"

[dependencies.insta]
version = "=1.47.2"
features = [
    "json",
    "yaml",
    "redactions",
    "_cargo_insta_internal",
]

[dependencies.itertools]
version = "0.10.0"

[dependencies.open]
version = "5.3.0"

[dependencies.proc-macro2]
version = "1.0.60"
features = ["span-locations"]

[dependencies.semver]
version = "1.0.7"
features = ["serde"]

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.syn]
version = "2.0.8"
features = [
    "full",
    "visit",
    "extra-traits",
]

[dependencies.tempfile]
version = "3.5.0"

[dependencies.uuid]
version = "1.0.0"
features = ["v4"]

[dev-dependencies.itertools]
version = "0.10.0"

[dev-dependencies.os_pipe]
version = "1.2.1"

[dev-dependencies.rust-strings]
version = "0.6.0"

[dev-dependencies.similar]
version = "2.2.1"

[dev-dependencies.termcolor]
version = "1.1.2"

[dev-dependencies.walkdir]
version = "2.3.1"