[package] name = "implicit-trait" version = "0.3.0" edition = "2021" repository = "https://github.com/kurtbuilds/implicit-trait" homepage = "https://github.com/kurtbuilds/implicit-trait" documentation = "https://docs.rs/implicit-trait" license = "MIT" description = "Add methods to foreign types with implicitly defined traits." # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc_macro = true test = false [[test]] name = "tests" path = "tests/main.rs" [dependencies] proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0.23" syn = {version = "1.0.107", features = ["full"]} [dev-dependencies] trybuild = "1.0.77"