[dependencies.proc-macro2]
version = "1.0.93"
[dependencies.quote]
version = "1.0.38"
[dependencies.syn]
optional = true
version = "2.0.96"
[features]
default = ["syn"]
try = ["syn/full"]
[lib]
name = "simple_ternary"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Ozymandias <alayakiire@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple macro for C/C++ style ternary expressions in Rust."
documentation = "https://docs.rs/simple-ternary"
edition = "2021"
homepage = "https://github.com/aquarius2019/ternary"
license = "MIT"
name = "simple-ternary"
readme = "README.md"
repository = "https://github.com/aquarius2019/ternary"
version = "0.2.0"