Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/strum/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 961 B image not shown  

Quelle  Cargo.toml.orig   Sprache: unbekannt

 
Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

[package]
name = "strum"
version = "0.27.1"
edition = "2021"
authors = ["Peter Glotfelty <peter.glotfelty@microsoft.com>"]
license = "MIT"

description = "Helpful macros for working with enums and strings"
keywords = ["enum", "string", "macros", "proc-macros"]
categories = ["development-tools::procedural-macro-helpers", "parsing"]

documentation = "https://docs.rs/strum"
homepage = "https://github.com/Peternator7/strum"
repository = "https://github.com/Peternator7/strum"
readme = "../README.md"
rust-version = "1.66.1"

[dependencies]
strum_macros = { path = "../strum_macros", optional = true, version = "0.27.1" }
phf = { version = "0.11", features = ["macros"], optional = true }

[dev-dependencies]
strum_macros = { path = "../strum_macros" }

[badges]
travis-ci = { repository = "Peternator7/strum" }

[features]
default = ["std"]
derive = ["strum_macros"]
std = []

[package.metadata.docs.rs]
features = ["derive"]
rustdoc-args = ["--cfg", "docsrs"]

[Dauer der Verarbeitung: 0.153 Sekunden]