The deps have: ```toml [dependencies] duroxide = { version = "0.1.26", features = ["provider-test"] } ``` The `provider-test` feature in duroxide brings in sqlite, see https://github.com/microsoft/duroxide/blob/main/Cargo.toml#L17. Is this intended?