[package] name = "combine_traits" version = "0.1.2" edition = "2021" authors = ["Oxydemeton"] description = "A Macro to create Traits wich are just a combination of existing ones." license = "MIT" license-file = "LICENSE" readme = "README.md" repository = "https://github.com/oxydemeton/combine_traits/" keywords = ["macros", "traits", "dx"] categories = ["development-tools"] documentation = "https://docs.rs/combine_traits/latest/combine_traits/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]