diffr-plugin-test-bodies 0.1.1

The test-bodies plugin: collapse test bodies and test modules.
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 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.85.0"
name = "diffr-plugin-test-bodies"
version = "0.1.1"
build = "build.rs"
links = "diffr-plugin-test-bodies"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The test-bodies plugin: collapse test bodies and test modules."
readme = false
license = "MIT"

[package.metadata.diffr]
native = true

[lib]
name = "diffr_plugin_test_bodies"
path = "src/lib.rs"

[dependencies.diffr-plugin-sdk]
version = "0.1.1"

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