Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]
# Copyright © SixtyFPS GmbH <info@sixtyfps.io>
# SPDX-License-Identifier: MIT OR Apache-
2.
0
[package]
name = "document-features"
version = "
0.
2.
11"
authors = ["Slint Developers <info@slint.dev>"]
edition = "
2018"
license = "MIT OR Apache-
2.
0"
repository = "
https://github.com/slint-ui/document-features"
homepage = "
https://slint.rs"
description = "Extract documentation for the feature flags from comments in Cargo.toml"
categories = ["development-tools"]
keywords = ["documentation", "features", "rustdoc", "macro"]
[lib]
proc-macro = true
path = "lib.rs"
[features]
default = []
## Internal feature used only for the tests, don't enable
self-test = []
[dependencies]
litrs = { version = "
0.
4.
1", default-features = false }