Cargo.toml

 1[package]
 2name = "derive_refineable"
 3version = "0.1.0"
 4edition = "2021"
 5publish = false
 6license = "Apache-2.0"
 7
 8[lints]
 9workspace = true
10
11[lib]
12path = "src/derive_refineable.rs"
13proc-macro = true
14doctest = false
15
16[dependencies]
17syn = "1.0.72"
18quote = "1.0.9"
19proc-macro2 = "1.0.66"