rattler_config 0.3.8

A crate to configure rattler and derived tools.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
source: crates/rattler_config/src/lib.rs
expression: toml_output
---
tls-no-verify = false
array_field = []

[proxy-config]
https = "https://corporate-proxy.example.com:8080/"
http = "http://corporate-proxy.example.com:8080/"
non-proxy-hosts = [
    "localhost",
    "127.0.0.1",
    "*.internal.com",
]

[nested]