[package] name = "intern-str-codegen" version = "0.1.2" edition = "2018" authors = ["John Nunley "] description = "Generate intern-str graphs at compile time" repository = "https://github.com/notgull/intern-str" license = "MIT OR Apache-2.0" keywords = ["string", "interning", "compile-time"] homepage = "https://github.com/notgull/intern-str/tree/master/intern-str-codegen#readme" documentation = "https://docs.rs/intern-str-codegen" [dependencies] intern-str = { version = "0.1" }