[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0.37"
[dependencies.syn]
features = ["extra-traits", "full"]
version = "2.0.91"
[dev-dependencies.trybuild]
version = "1.0.101"
[[example]]
name = "basic"
path = "examples/basic.rs"
[features]
[lib]
name = "placing"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Yoshua Wuyts <rust@yosh.is>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = []
description = "A prototype notation for referentially stable constructors"
documentation = "https://docs.rs/placing"
edition = "2021"
keywords = []
license = "MIT OR Apache-2.0"
name = "placing"
readme = "README.md"
repository = "https://github.com/yoshuawuyts/placing"
version = "1.0.0"
[[test]]
name = "ui"
path = "tests/ui.rs"