Cargo Features

[dependencies]
libsql_migration = { version = "0.2.2", default-features = false, features = ["dir", "content", "remote"] }
default = dir

The dir feature is set by default whenever libsql_migration is added without default-features = false somewhere in the dependency tree.

dir default

Affects errors::LibsqlDirMigratorError, libsql_migration::dir

content

Affects errors::LibsqlContentMigratorError, libsql_migration::content

remote = reqwest, serde, serde_json

Affects errors::LibsqlRemoteMigratorError, libsql_migration::remote

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

reqwest remote?
serde remote?
serde_json remote?