# 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" rust-version = "1.65.0" name = "documented" version = "0.9.1" authors = [ "cyqsimon <28627918+cyqsimon@users.noreply.github.com>", "Uriel ", "Sese Mueller ", "Lauréline ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive and attribute macros for accessing your type's documentation at runtime" readme = "README.md" keywords = [ "documentation", "proc-macro", "reflection", ] categories = ["rust-patterns"] license = "MIT" repository = "https://github.com/cyqsimon/documented" [lib] name = "documented" path = "src/lib.rs" [dependencies.documented-macros] version = "=0.9.1" [dependencies.phf] version = "0.11" features = ["macros"] default-features = false [dependencies.thiserror] version = "1.0.64" [features] customise = ["documented-macros/customise"] default = ["customise"]