Cargo Features

[dependencies]
azalia-config = { version = "0.1.1", default-features = false, features = ["std", "alloc", "unstable", "macros", "sentry", "url"] }
default = std

The std feature is set by default whenever azalia-config is added without default-features = false somewhere in the dependency tree.

std default

Affects azalia-config::env, strategy::maps.hashmap, strategy::maps, strategy::maps.btreemap

alloc

Affects strategy::maps, strategy::maps.btreemap

unstable

Enables unstable of optional azalia-config-macros

macros

Enables azalia-config-macros

sentry

Enables sentry-types ^0.36.0

Features from optional dependencies

url implicit feature

Enables url

url:

URL library for Rust, based on the WHATWG URL Standard