# 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 = "include-utils" version = "0.2.2" authors = ["Aleksey Sidorov "] description = "mdBook-like include macro as the powerful replacement for the standard `include_str` macro." documentation = "https://docs.rs/include-utils" readme = "README.md" keywords = [ "no_std", "documentation", "rustdoc", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://github.com/alekseysidorov/include-utils" [dependencies.include-utils-macro] version = "0.2.0" [features] default = [] workspace = ["include-utils-macro/workspace"] [lints.clippy] module_name_repetitions = "allow" pedantic = "warn" [lints.rust] missing_debug_implementations = "warn" missing_docs = "warn" unsafe_code = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"