• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2018"
14name = "document-features"
15version = "0.2.11"
16authors = ["Slint Developers <info@slint.dev>"]
17build = false
18autolib = false
19autobins = false
20autoexamples = false
21autotests = false
22autobenches = false
23description = "Extract documentation for the feature flags from comments in Cargo.toml"
24homepage = "https://slint.rs"
25readme = "README.md"
26keywords = [
27    "documentation",
28    "features",
29    "rustdoc",
30    "macro",
31]
32categories = ["development-tools"]
33license = "MIT OR Apache-2.0"
34repository = "https://github.com/slint-ui/document-features"
35
36[lib]
37name = "document_features"
38path = "lib.rs"
39proc-macro = true
40
41[[test]]
42name = "self-doc"
43path = "tests/self-doc.rs"
44
45[dependencies.litrs]
46version = "0.4.1"
47default-features = false
48
49[features]
50default = []
51self-test = []
52