macro-dep-test 0.1.2

testing version resolution for associated macros
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.macro-dep-test-macros]
optional = true
version = "=0.1.2"

[features]
derive = ["dep:macro-dep-test-macros"]

[package]
description = "testing version resolution for associated macros"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "macro-dep-test"
repository = "https://github.com/matklad/macro-dep-test"
version = "0.1.2"
[target."cfg(never)".dependencies.macro-dep-test-macros]
version = "=0.1.2"