[package] name = "const_id" version = "0.1.0" authors = ["teln0 "] edition = "2018" license = "MIT OR Apache-2.0" homepage = "https://github.com/Teln0/const_id" repository = "https://github.com/Teln0/const_id" description = "Generates unique IDs at compile time" [dependencies] proc-macro-hack = "0.5" const_id_macro = "0.1.0"