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 wheneverlibsql_migration
is added without
somewhere in the dependency tree.default-features = false - 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.