Cargo Features

[dependencies]
tarjama = { version = "0.2.1", default-features = false, features = ["async", "file", "toml", "actix-web"] }
default = async, toml

These default features are set whenever tarjama is added without default-features = false somewhere in the dependency tree.

async default

Enables futures-util and tokio

Affects file::iterate, toml::load

file toml

Affects loader::file

toml default = file

Enables toml ^0.5.9

Affects loader::toml

actix-web

Enables accept-language, actix-utils, and actix-web

Affects tarjama::actix