duplicate_macrotest 1.0.7

Fork of the macrotest crate specifically to test the duplicate crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "duplicate_macrotest"
version = "1.0.7"
authors = ["Emad Jacob Maroun <emoun.open@gmail.com>"]
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/emoun/duplicate_macrotest"
description = "Fork of the macrotest crate specifically to test the duplicate crate"

[dependencies]
diff = "0.1"
glob = "0.3"
rand = "0.8.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
toml = "0.8.14"