Cargo Features
[dependencies]
titan = { version = "0.1.6", default-features = false, features = ["types", "internal-titan-lambda"] }
- default = types
-
The
types
feature is set by default whenevertitan
is added without
somewhere in the dependency tree.default-features = false - types default
-
Enables serde, serde_json, and serde_urlencoded
- internal-titan-lambda
-
Enables lambda_http
Affects
titan::lambda
…