aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 471921ae6e56a147f0c776ae023527dfc5e2c97a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Copyright © SixtyFPS GmbH <info@sixtyfps.io>
# SPDX-License-Identifier: MIT OR Apache-2.0

[package]
name = "document-features"
version = "0.2.8"
authors = ["Slint Developers <info@slint-ui.com>"]
edition = "2018"
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"]

[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 }