| # Copyright © SixtyFPS GmbH <info@sixtyfps.io> |
| # SPDX-License-Identifier: MIT OR Apache-2.0 |
| name = "document-features" |
| authors = ["Slint Developers <info@slint-ui.com>"] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/slint-ui/document-features" |
| homepage = "https://slint-ui.com" |
| description = "Extract documentation for the feature flags from comments in Cargo.toml" |
| categories = ["development-tools"] |
| keywords = ["documentation", "features", "rustdoc", "macro"] |
| ## Internal feature used only for the tests, don't enable |
| litrs = { version = "0.2.3", default-features = false } |