[package] name = "typeon" description = "Provides a simple metaprogramming." authors = ["ReiRokusanami "] version = "0.1.0" edition = "2021" license = "MIT" repository = "https://github.com/HalsekiRaika/typeon" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [features] derive = ["typeon_derive"] [dependencies] typeon_derive = { version = "^0.1", path = "../typeon_derive", optional = true }