# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "docify" version = "0.2.9" authors = ["sam0x17"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Docify allows you to live-embed at compile time pieces of code from throughout your project as rust doc examples." homepage = "https://sam0x17.dev" readme = "README.md" keywords = [ "docify", "compile-time", "macro", "docs", "embed", ] categories = [ "development-tools", "development-tools::procedural-macro-helpers", "rust-patterns", ] license = "MIT" repository = "https://github.com/sam0x17/docify" [lib] name = "docify" path = "src/lib.rs" [[example]] name = "integration" path = "examples/integration.rs" [[example]] name = "samples" path = "examples/samples.rs" [dependencies.docify_macros] version = "0.2.9" [dev-dependencies.proc-utils] version = "0.1.0" [features] default = [] generate-readme = []