Cargo Features

[dependencies]
acme-dns-rust = { version = "1.1.6", default-features = false, features = ["disable-docker", "postgres", "mysql"] }
default = postgres

The postgres feature is set by default whenever acme-dns-rust is added without default-features = false somewhere in the dependency tree.

disable-docker
postgres default

Enables postgres of sqlx ^0.5

mysql

Enables mysql of sqlx ^0.5

acme-dns-rust has 4 features without comments.