[package] name = "struct-path" version = "0.2.3" authors = ["Abdulla Abdurakhmanov "] edition = "2021" license = "Apache-2.0" description = "A helper macros to build a string that represents struct fields path at compile time (such as .)" homepage = "https://github.com/abdolence/struct-path-rs" repository = "https://github.com/abdolence/struct-path-rs" documentation = "https://github.com/abdolence/struct-path-rs" keywords = ["struct", "path", "json"] categories = ["rust-patterns"] readme = "../README.md" include = ["Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE"] [lib] name = "struct_path" proc-macro = true path = "src/lib.rs" [dependencies] convert_case = "0.6"