# 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_auto_from" version = "0.2.0" authors = ["Mateusz Grzyb "] description = "Simple Rust library for auto generating conversion methods between structs." homepage = "https://github.com/mateuszgrzyb/auto_from" readme = "README.md" keywords = [ "macros", "from", "into", ] categories = ["development-tools::procedural-macro-helpers"] license = "MIT OR Apache-2.0" repository = "https://github.com/mateuszgrzyb/auto_from" [lib] proc-macro = true [dependencies.darling] version = "0.20.1" [dependencies.proc-macro2] version = "1.0.63" [dependencies.quote] version = "1.0.28" [dependencies.syn] version = "2.0.22" features = [ "full", "extra-traits", ] [dev-dependencies.fake] version = "2.6.1" features = ["derive"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.rstest] version = "0.17.0"