list-features 1.0.0

Extracts the list of enabled feature flags during compilation.
Documentation
# 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"
rust-version = "1.58"
name = "list-features"
version = "1.0.0"
authors = ["David Dernoncourt <daviddernoncourt.com>"]
build = false
exclude = [
    "/.github/",
    "/.vscode/",
    "/.zed/",
    "/.gitlab-ci.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extracts the list of enabled feature flags during compilation."
readme = "readme.md"
keywords = ["features"]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://framagit.org/dder/list-features"

[features]
test = []

[lib]
name = "list_features"
path = "src/lib.rs"

[[test]]
name = "basic"
path = "tests/basic.rs"

[[test]]
name = "edge_cases"
path = "tests/edge_cases.rs"

[[test]]
name = "enabled_features"
path = "tests/enabled_features.rs"