[package] name = "intertrait" version = "0.2.2" authors = ["CodeChain Team "] license = "MIT OR Apache-2.0" description = "Allow for inter-trait casting" edition = "2018" repository = "https://github.com/CodeChain-io/intertrait" readme = "README.md" categories = ["rust-patterns"] keywords = ["trait", "cast", "any"] include = ["src/**/*", "Cargo.toml", "LICENSE-*", "README.md"] [dependencies] once_cell = "1.4" linkme = "0.2" intertrait-macros = { version = "=0.2.2", path = "macros" } [dev-dependencies] trybuild = "1.0" doc-comment = "0.3" [workspace] members = ["macros"]