# 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 = "2018" name = "doc_item" version = "0.3.0" authors = ["Anders Evensen"] exclude = [ ".github/", "tests/", ] description = "Attributes for item-level documentation customization." readme = "README.md" keywords = [ "documentation", "item", "info", "msrv", "api", ] categories = [ "development-tools", "rust-patterns", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Anders429/doc_item" [lib] proc-macro = true [[example]] name = "custom_docbox" crate-type = ["staticlib"] [[example]] name = "experimental" crate-type = ["staticlib"] [dependencies.darling] version = "0.13.1" [dependencies.syn] version = "1.0.89" features = [ "derive", "parsing", "proc-macro", ] default-features = false [dev-dependencies.rustversion] version = "1.0.6" [dev-dependencies.thirtyfour_sync] version = "0.27.1" [dev-dependencies.trybuild] version = "1.0.56"