[package] name = "onlytypes-core" version = "0.1.4" description = "Core functionality for onlytypes-rs" keywords = ["onlytypes", "onlytypes-rs", "types"] repository = "https://github.com/AtomicGamer9523/onlytypes-rs" edition = "2021" authors = ["Матвей Т AtomicGamer9523@github"] license = "MIT" [lib] name = "onlytypes_core" path = "lib.rs" [dependencies] syn = { version = "2.0", features = ["full"] } proc-macro2 = "1.0" quote = "1.0" [features] debugging = []