Cargo Features

obstacle has no features set by default.

[dependencies]
obstacle = { version = "0.0.2", features = ["async", "aws", "azure", "gcp", "http", "serde-lazy"] }
async aws? azure? gcp? http?

Cloud support.

aws = async

Enables aws of object_store ^0.6.1

azure = async

Enables azure of object_store ^0.6.1

gcp = async

Enables gcp of object_store ^0.6.1

http = async

Enables http of object_store ^0.6.1

serde-lazy