@@ -15,8 +15,20 @@ workspace = true
1515
1616[dependencies ]
1717dotenv.workspace = true
18- tansu-broker. workspace = true
19- tansu-cli. workspace = true
18+ tansu-broker = { workspace = true , default-features = false , optional = true }
19+ tansu-cli = { workspace = true , default-features = false , optional = true }
2020tansu-sans-io.workspace = true
21+ tansu-schema = { workspace = true , default-features = false , optional = true }
22+ tansu-storage = { workspace = true , default-features = false , optional = true }
2123tokio.workspace = true
2224tracing.workspace = true
25+
26+ [features ]
27+ default = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" ]
28+ delta = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-cli/delta" , " tansu-schema/delta" ]
29+ dynostore = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-broker/dynostore" , " tansu-cli/dynostore" , " tansu-storage/dynostore" ]
30+ iceberg = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-cli/iceberg" , " tansu-schema/iceberg" ]
31+ libsql = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-broker/libsql" , " tansu-cli/libsql" , " tansu-storage/libsql" ]
32+ parquet = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-cli/parquet" , " tansu-schema/parquet" ]
33+ postgres = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-broker/postgres" , " tansu-cli/postgres" , " tansu-storage/postgres" ]
34+ turso = [" dep:tansu-broker" , " dep:tansu-cli" , " dep:tansu-schema" , " dep:tansu-storage" , " tansu-broker/turso" , " tansu-cli/turso" , " tansu-storage/turso" ]
0 commit comments