# Templated by `cargo-generate` using https://github.com/danielhenrymantilla/proc-macro-template [package] name = "ghosts" authors = [ "Daniel Henry-Mantilla ", ] version = "0.1.0" # Keep in sync edition = "2018" license = "Zlib OR MIT OR Apache-2.0" repository = "https://github.com/danielhenrymantilla/ghosts.rs" documentation = "https://docs.rs/ghosts" readme = "README.md" rust-version = "1.56.0" description = "Type-check non-existing `Phantom` code for Fun And Profitâ„¢." # keywords = [] [features] better-docs = [] # requires nightly ui-tests = [] [dependencies] never-say-never.version = "6.6.666" [dependencies.ghosts-proc_macros] path = "src/proc_macros" version = "0.1.0" # Keep in sync [dev-dependencies] [workspace] members = [ "src/proc_macros", ] [package.metadata.docs.rs] features = ["better-docs"] rustdoc-args = [ "--html-before-content", "fix-docsrs-li-details-summary.html", ]