cargo-feature-combinations 0.7.0

run cargo commands for all feature combinations
Documentation
/* Syntax highlighting (chroma). Generated by scripts — do not edit by hand.
   Light = catppuccin-latte, dark = catppuccin-mocha. Both are fully scoped so
   tokens defined in one style never leak into the other (which made TOML
   punctuation invisible in dark mode). data-theme is set before first paint;
   :not([data-theme=dark]) keeps light as the no-JS fallback. */
@mixin cfc-chroma-light {
  /* Generated using: hugo gen chromastyles --style=catppuccin-latte */
  
  /* Background */ .bg { color:#4c4f69;background-color:#eff1f5; }
  /* PreWrapper */ .chroma { color:#4c4f69;background-color:#eff1f5;-webkit-text-size-adjust:none; }
  /* Other */ .chroma .x { color:#4c4f69 }
  /* Error */ .chroma .err { color:#d20f39 }
  /* CodeLine */ .chroma .cl { color:#4c4f69 }
  /* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
  /* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
  /* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
  /* LineHighlight */ .chroma .hl { background-color:#bcc0cc }
  /* LineNumbersTable */ .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8c8fa1 }
  /* LineNumbers */ .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#8c8fa1 }
  /* Line */ .chroma .line { display:flex; }
  /* Keyword */ .chroma .k { color:#8839ef }
  /* KeywordConstant */ .chroma .kc { color:#fe640b }
  /* KeywordDeclaration */ .chroma .kd { color:#d20f39 }
  /* KeywordNamespace */ .chroma .kn { color:#179299 }
  /* KeywordPseudo */ .chroma .kp { color:#8839ef }
  /* KeywordReserved */ .chroma .kr { color:#8839ef }
  /* KeywordType */ .chroma .kt { color:#d20f39 }
  /* NameAttribute */ .chroma .na { color:#1e66f5 }
  /* NameClass */ .chroma .nc { color:#df8e1d }
  /* NameConstant */ .chroma .no { color:#df8e1d }
  /* NameDecorator */ .chroma .nd { color:#1e66f5;font-weight:bold }
  /* NameEntity */ .chroma .ni { color:#179299 }
  /* NameException */ .chroma .ne { color:#fe640b }
  /* NameLabel */ .chroma .nl { color:#04a5e5 }
  /* NameNamespace */ .chroma .nn { color:#fe640b }
  /* NameOther */ .chroma .nx { color:#4c4f69 }
  /* NameProperty */ .chroma .py { color:#fe640b }
  /* NameTag */ .chroma .nt { color:#8839ef }
  /* NameBuiltin */ .chroma .nb { color:#04a5e5 }
  /* NameBuiltinPseudo */ .chroma .bp { color:#04a5e5 }
  /* NameVariable */ .chroma .nv { color:#dc8a78 }
  /* NameVariableClass */ .chroma .vc { color:#dc8a78 }
  /* NameVariableGlobal */ .chroma .vg { color:#dc8a78 }
  /* NameVariableInstance */ .chroma .vi { color:#dc8a78 }
  /* NameVariableMagic */ .chroma .vm { color:#dc8a78 }
  /* NameFunction */ .chroma .nf { color:#1e66f5 }
  /* NameFunctionMagic */ .chroma .fm { color:#1e66f5 }
  /* LiteralDate */ .chroma .ld { color:#4c4f69 }
  /* LiteralString */ .chroma .s { color:#40a02b }
  /* LiteralStringAffix */ .chroma .sa { color:#d20f39 }
  /* LiteralStringBacktick */ .chroma .sb { color:#40a02b }
  /* LiteralStringChar */ .chroma .sc { color:#40a02b }
  /* LiteralStringDelimiter */ .chroma .dl { color:#1e66f5 }
  /* LiteralStringDoc */ .chroma .sd { color:#9ca0b0 }
  /* LiteralStringDouble */ .chroma .s2 { color:#40a02b }
  /* LiteralStringEscape */ .chroma .se { color:#1e66f5 }
  /* LiteralStringHeredoc */ .chroma .sh { color:#9ca0b0 }
  /* LiteralStringInterpol */ .chroma .si { color:#40a02b }
  /* LiteralStringOther */ .chroma .sx { color:#40a02b }
  /* LiteralStringRegex */ .chroma .sr { color:#179299 }
  /* LiteralStringSingle */ .chroma .s1 { color:#40a02b }
  /* LiteralStringSymbol */ .chroma .ss { color:#40a02b }
  /* LiteralNumber */ .chroma .m { color:#fe640b }
  /* LiteralNumberBin */ .chroma .mb { color:#fe640b }
  /* LiteralNumberFloat */ .chroma .mf { color:#fe640b }
  /* LiteralNumberHex */ .chroma .mh { color:#fe640b }
  /* LiteralNumberInteger */ .chroma .mi { color:#fe640b }
  /* LiteralNumberIntegerLong */ .chroma .il { color:#fe640b }
  /* LiteralNumberOct */ .chroma .mo { color:#fe640b }
  /* Operator */ .chroma .o { color:#04a5e5;font-weight:bold }
  /* OperatorWord */ .chroma .ow { color:#04a5e5;font-weight:bold }
  /* OperatorReserved */ .chroma .or { color:#04a5e5;font-weight:bold }
  /* Comment */ .chroma .c { color:#9ca0b0;font-style:italic }
  /* CommentHashbang */ .chroma .ch { color:#acb0be;font-style:italic }
  /* CommentMultiline */ .chroma .cm { color:#9ca0b0;font-style:italic }
  /* CommentSingle */ .chroma .c1 { color:#9ca0b0;font-style:italic }
  /* CommentSpecial */ .chroma .cs { color:#9ca0b0;font-style:italic }
  /* CommentPreproc */ .chroma .cp { color:#9ca0b0;font-style:italic }
  /* CommentPreprocFile */ .chroma .cpf { color:#9ca0b0;font-weight:bold;font-style:italic }
  /* GenericDeleted */ .chroma .gd { color:#d20f39;background-color:#ccd0da }
  /* GenericEmph */ .chroma .ge { font-style:italic }
  /* GenericError */ .chroma .gr { color:#d20f39 }
  /* GenericHeading */ .chroma .gh { color:#fe640b;font-weight:bold }
  /* GenericInserted */ .chroma .gi { color:#40a02b;background-color:#ccd0da }
  /* GenericOutput */ .chroma .go { color:#4c4f69 }
  /* GenericPrompt */ .chroma .gp { color:#4c4f69 }
  /* GenericStrong */ .chroma .gs { font-weight:bold }
  /* GenericSubheading */ .chroma .gu { color:#fe640b;font-weight:bold }
  /* GenericTraceback */ .chroma .gt { color:#d20f39 }
  /* GenericUnderline */ .chroma .gl { text-decoration:underline }
}
@mixin cfc-chroma-dark {
  /* Generated using: hugo gen chromastyles --style=catppuccin-mocha */
  
  /* Background */ .bg { color:#cdd6f4;background-color:#1e1e2e; }
  /* PreWrapper */ .chroma { color:#cdd6f4;background-color:#1e1e2e;-webkit-text-size-adjust:none; }
  /* Other */ .chroma .x { color:#cdd6f4 }
  /* Error */ .chroma .err { color:#f38ba8 }
  /* CodeLine */ .chroma .cl { color:#cdd6f4 }
  /* LineLink */ .chroma .lnlinks { outline:none;text-decoration:none;color:inherit }
  /* LineTableTD */ .chroma .lntd { vertical-align:top;padding:0;margin:0;border:0; }
  /* LineTable */ .chroma .lntable { border-spacing:0;padding:0;margin:0;border:0; }
  /* LineHighlight */ .chroma .hl { background-color:#45475a }
  /* LineNumbersTable */ .chroma .lnt { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c }
  /* LineNumbers */ .chroma .ln { white-space:pre;-webkit-user-select:none;user-select:none;margin-right:0.4em;padding:0 0.4em 0 0.4em;color:#7f849c }
  /* Line */ .chroma .line { display:flex; }
  /* Keyword */ .chroma .k { color:#cba6f7 }
  /* KeywordConstant */ .chroma .kc { color:#fab387 }
  /* KeywordDeclaration */ .chroma .kd { color:#f38ba8 }
  /* KeywordNamespace */ .chroma .kn { color:#94e2d5 }
  /* KeywordPseudo */ .chroma .kp { color:#cba6f7 }
  /* KeywordReserved */ .chroma .kr { color:#cba6f7 }
  /* KeywordType */ .chroma .kt { color:#f38ba8 }
  /* NameAttribute */ .chroma .na { color:#89b4fa }
  /* NameClass */ .chroma .nc { color:#f9e2af }
  /* NameConstant */ .chroma .no { color:#f9e2af }
  /* NameDecorator */ .chroma .nd { color:#89b4fa;font-weight:bold }
  /* NameEntity */ .chroma .ni { color:#94e2d5 }
  /* NameException */ .chroma .ne { color:#fab387 }
  /* NameLabel */ .chroma .nl { color:#89dceb }
  /* NameNamespace */ .chroma .nn { color:#fab387 }
  /* NameOther */ .chroma .nx { color:#cdd6f4 }
  /* NameProperty */ .chroma .py { color:#fab387 }
  /* NameTag */ .chroma .nt { color:#cba6f7 }
  /* NameBuiltin */ .chroma .nb { color:#89dceb }
  /* NameBuiltinPseudo */ .chroma .bp { color:#89dceb }
  /* NameVariable */ .chroma .nv { color:#f5e0dc }
  /* NameVariableClass */ .chroma .vc { color:#f5e0dc }
  /* NameVariableGlobal */ .chroma .vg { color:#f5e0dc }
  /* NameVariableInstance */ .chroma .vi { color:#f5e0dc }
  /* NameVariableMagic */ .chroma .vm { color:#f5e0dc }
  /* NameFunction */ .chroma .nf { color:#89b4fa }
  /* NameFunctionMagic */ .chroma .fm { color:#89b4fa }
  /* LiteralDate */ .chroma .ld { color:#cdd6f4 }
  /* LiteralString */ .chroma .s { color:#a6e3a1 }
  /* LiteralStringAffix */ .chroma .sa { color:#f38ba8 }
  /* LiteralStringBacktick */ .chroma .sb { color:#a6e3a1 }
  /* LiteralStringChar */ .chroma .sc { color:#a6e3a1 }
  /* LiteralStringDelimiter */ .chroma .dl { color:#89b4fa }
  /* LiteralStringDoc */ .chroma .sd { color:#6c7086 }
  /* LiteralStringDouble */ .chroma .s2 { color:#a6e3a1 }
  /* LiteralStringEscape */ .chroma .se { color:#89b4fa }
  /* LiteralStringHeredoc */ .chroma .sh { color:#6c7086 }
  /* LiteralStringInterpol */ .chroma .si { color:#a6e3a1 }
  /* LiteralStringOther */ .chroma .sx { color:#a6e3a1 }
  /* LiteralStringRegex */ .chroma .sr { color:#94e2d5 }
  /* LiteralStringSingle */ .chroma .s1 { color:#a6e3a1 }
  /* LiteralStringSymbol */ .chroma .ss { color:#a6e3a1 }
  /* LiteralNumber */ .chroma .m { color:#fab387 }
  /* LiteralNumberBin */ .chroma .mb { color:#fab387 }
  /* LiteralNumberFloat */ .chroma .mf { color:#fab387 }
  /* LiteralNumberHex */ .chroma .mh { color:#fab387 }
  /* LiteralNumberInteger */ .chroma .mi { color:#fab387 }
  /* LiteralNumberIntegerLong */ .chroma .il { color:#fab387 }
  /* LiteralNumberOct */ .chroma .mo { color:#fab387 }
  /* Operator */ .chroma .o { color:#89dceb;font-weight:bold }
  /* OperatorWord */ .chroma .ow { color:#89dceb;font-weight:bold }
  /* OperatorReserved */ .chroma .or { color:#89dceb;font-weight:bold }
  /* Comment */ .chroma .c { color:#6c7086;font-style:italic }
  /* CommentHashbang */ .chroma .ch { color:#585b70;font-style:italic }
  /* CommentMultiline */ .chroma .cm { color:#6c7086;font-style:italic }
  /* CommentSingle */ .chroma .c1 { color:#6c7086;font-style:italic }
  /* CommentSpecial */ .chroma .cs { color:#6c7086;font-style:italic }
  /* CommentPreproc */ .chroma .cp { color:#6c7086;font-style:italic }
  /* CommentPreprocFile */ .chroma .cpf { color:#6c7086;font-weight:bold;font-style:italic }
  /* GenericDeleted */ .chroma .gd { color:#f38ba8;background-color:#313244 }
  /* GenericEmph */ .chroma .ge { font-style:italic }
  /* GenericError */ .chroma .gr { color:#f38ba8 }
  /* GenericHeading */ .chroma .gh { color:#fab387;font-weight:bold }
  /* GenericInserted */ .chroma .gi { color:#a6e3a1;background-color:#313244 }
  /* GenericOutput */ .chroma .go { color:#cdd6f4 }
  /* GenericPrompt */ .chroma .gp { color:#cdd6f4 }
  /* GenericStrong */ .chroma .gs { font-weight:bold }
  /* GenericSubheading */ .chroma .gu { color:#fab387;font-weight:bold }
  /* GenericTraceback */ .chroma .gt { color:#f38ba8 }
  /* GenericUnderline */ .chroma .gl { text-decoration:underline }
}
:root:not([data-theme="dark"]) { @include cfc-chroma-light; }
:root[data-theme="dark"] { @include cfc-chroma-dark; }