]> git.proxmox.com Git - rustc.git/blame - vendor/expect-test/Cargo.toml
New upstream version 1.51.0+dfsg1
[rustc.git] / vendor / expect-test / Cargo.toml
CommitLineData
dc9dc135
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
f035d41b 14edition = "2018"
3dfed10e 15name = "expect-test"
5869c6ff 16version = "1.1.0"
3dfed10e 17authors = ["rust-analyzer developers"]
1b1a35ee
XL
18exclude = [".github/", "bors.toml", "rustfmt.toml"]
19description = "Minimalistic snapshot testing library"
20keywords = ["snapshot", "testing", "expect"]
21categories = ["development-tools::testing"]
f035d41b 22license = "MIT OR Apache-2.0"
1b1a35ee 23repository = "https://github.com/rust-analyzer/expect-test"
5869c6ff
XL
24[dependencies.dissimilar]
25version = "1"
dc9dc135 26
3dfed10e
XL
27[dependencies.once_cell]
28version = "1"