structural-convert 0.13.0

Derive conversion traits (From, Into, TryFrom, TryInto) when fields are structurally similar in enums or structs
Documentation
# 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 = "structural-convert"
version = "0.13.0"
authors = ["voidpumpkin <32368314+voidpumpkin@users.noreply.github.com>"]
description = "Derive conversion traits (From, Into, TryFrom, TryInto) when fields are structurally similar in enums or structs"
readme = "README.md"
keywords = [
    "mapping",
    "derive",
    "map",
    "from",
    "convert",
]
license = "MIT"
repository = "https://github.com/voidpumpkin/structural-convert/"

[dependencies.structural-convert-derive]
version = "0.3.0"