Cargo Features

[dependencies]
rdfoothills-base = { version = "0.4.0", default-features = false, features = ["async", "url"] }
default = async

The async feature is set by default whenever rdfoothills-base is added without default-features = false somewhere in the dependency tree.

async default

Use async/tokio (vs std).

Enables tokio

Affects util::create_dir_async, util::create_dir_res_async, util::look_for_file_async, util::ensure_dir_exists_async

url

Makes util::url2fname available.

Enables once_cell, regex, and url

Affects util::NON_BASIC_CHARS, util::MULTI_UNDERSCORES