# 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 = "get-field-by-type" version = "0.0.4" authors = ["Ben "] description = "Get a value of field, based on the type of a field" readme = "README.md" keywords = [ "derive-macro", "type", "field", "compile-time", "getter", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/kaleidawave/get-field-by-type" resolver = "1" [lib] path = "lib.rs" [dependencies.get-field-by-type-derive] version = "0.0.4"