11 releases

new 0.0.11 Nov 4, 2025
0.0.10 Oct 27, 2025
0.0.4 Sep 9, 2025

#1444 in Authentication

Download history 203/week @ 2025-08-27 128/week @ 2025-09-03 84/week @ 2025-09-10 15/week @ 2025-09-17 15/week @ 2025-09-24 125/week @ 2025-10-01 220/week @ 2025-10-08 142/week @ 2025-10-15 423/week @ 2025-10-22

911 downloads per month
Used in 2 crates

MIT license

66KB
1K SLoC

Router Configuration

This crate manages the configuration for the GraphQL router.

The following are supported:

  • YAML
  • JSON (including JSON5)
  • Env vars

JSON Schema

TL;DR: Use cargo make config to re-generate the config file.

Install cargo-make by running cargo install cargo-make.

To view the JSON schema of the configuration, use the following command:

cargo run --release -p hive-router-config

To generate a JSON schema file, use the following command:

cargo make config

Dependencies

~14MB
~292K SLoC