storm-config 0.2.8

A crate containing the configuration structure and utilities used by Storm Software monorepos.
Documentation

storm-config

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 16 feature flags, 13 of them enabled by default.

default

  • toml
  • yaml
  • ini
  • ron
  • json5
  • convert-case
  • async

toml

  • dep:toml

yaml

  • yaml-rust

ini

  • rust-ini

ron

  • dep:ron

json5

  • json5_rs
  • serde/derive

convert-case

  • convert_case

async

  • async-trait

yaml-rust

  • dep:yaml-rust

rust-ini

  • dep:rust-ini

json5_rs

  • dep:json5_rs

convert_case

  • dep:convert_case

async-trait

  • dep:async-trait

preserve_order

  • indexmap
  • toml?/preserve_order
  • serde_json/preserve_order
  • ron?/indexmap

indexmap

  • dep:indexmap

serde_derive

  • dep:serde_derive