]> git.proxmox.com Git - cargo.git/blobdiff - vendor/snapbox-macros/Cargo.toml
New upstream version 0.66.0
[cargo.git] / vendor / snapbox-macros / Cargo.toml
index 4303ec152538036f7a70f8e9d23576a1aa3888ce..e4077a8a19e38efd226b055d4a9f4a227a337f72 100644 (file)
 # See Cargo.toml.orig for the original contents.
 
 [package]
-edition = "2018"
+edition = "2021"
+rust-version = "1.60.0"
 name = "snapbox-macros"
-version = "0.2.1"
-include = ["build.rs", "src/**/*", "Cargo.toml", "LICENSE*", "README.md", "benches/**/*", "examples/**/*"]
+version = "0.3.1"
+include = [
+    "build.rs",
+    "src/**/*",
+    "Cargo.toml",
+    "LICENSE*",
+    "README.md",
+    "benches/**/*",
+    "examples/**/*",
+]
 description = "Snapshot testing toolbox"
 homepage = "https://github.com/assert-rs/trycmd/tree/main/crates/snapbox"
 documentation = "http://docs.rs/snapbox/"
 readme = "README.md"
-keywords = ["cli", "test", "assert", "command"]
+keywords = [
+    "cli",
+    "test",
+    "assert",
+    "command",
+]
 categories = ["development-tools::testing"]
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/assert-rs/trycmd/"
+
 [package.metadata.docs.rs]
 all-features = true