Trying to `Config::get` a structure that contains u128 fields will fail with an error from serde. > u128 is not supported --- config-rs should override the u128 and i128 methods to support these integers.