# 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 = "merge2" version = "0.3.0" authors = ["Dmitry Rodionov "] exclude = [ ".github/*", "tests/*", ] description = "Merge structs into single by values" documentation = "https://docs.rs/merge2/" readme = "README.md" keywords = [ "struct", "merge", "combine", "macros", "derive", ] categories = ["rust-patterns"] license = "MIT OR Apache-2.0" repository = "https://github.com/RoDmitry/merge2" [lib] name = "merge2" path = "src/lib.rs" [dependencies.merge2_derive] version = "0.2" optional = true [dependencies.num-traits] version = "0.2.12" optional = true [dev-dependencies.trybuild] version = "1.0" [features] default = [ "derive", "std", ] derive = ["merge2_derive"] num = ["num-traits"] std = []