[package] name = "into_ext" version = "0.1.2" authors = ["Frank Steffahn "] license = "MIT OR Apache-2.0" description = """ Extension trait for the “Into” trait, offering a method “.into_::()” to specify the target type of conversion. """ repository = "https://github.com/steffahn/into_ext" homepage = "https://github.com/steffahn/into_ext" documentation = "https://docs.rs/into_ext" keywords = ["into", "conversion"] categories = ["no-std", "rust-patterns"] readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]