# 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 = "fromsuper" version = "0.2.1" authors = ["Christoph Döpmann "] description = "Macro helpers to derive new sub-structs from existing super-structs, potentially unpacking Options." homepage = "https://github.com/cdoepmann/fromsuper" documentation = "https://docs.rs/fromsuper" readme = "README.md" keywords = [ "substructs", "superstructs", "unpacking", "macros", "proc-macros", ] categories = [ "data-structures", "development-tools", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cdoepmann/fromsuper" resolver = "1" [dependencies.fromsuper_macros] version = "0.2.0" [dev-dependencies.anyhow] version = "1"