# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "struct-path" version = "0.2.3" authors = ["Abdulla Abdurakhmanov "] include = [ "Cargo.toml", "src/**/*.rs", "../README.md", "../LICENSE", ] 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" documentation = "https://github.com/abdolence/struct-path-rs" readme = "README.md" keywords = [ "struct", "path", "json", ] categories = ["rust-patterns"] license = "Apache-2.0" repository = "https://github.com/abdolence/struct-path-rs" resolver = "1" [lib] name = "struct_path" path = "src/lib.rs" proc-macro = true [dependencies.convert_case] version = "0.6"