[package] name = "type_dispatch" version = "0.0.0" edition = "2021" description = "Utilities for dispatching functions, constants, and trait implementations based on types." license = "BSD-3-Clause" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] duplicate = "1" type_dispatch_macros = { version = "0.0.0", path = "../type_dispatch_macros" }