# This uses some nice-to-have nightly features (`cargo +nightly fmt`) # Usable with stable rustfmt, but will complain a bit style_edition = "2024" newline_style = "Auto" use_small_heuristics = "Max" merge_derives = false group_imports = "StdExternalCrate" imports_granularity = "Crate" use_field_init_shorthand = true