Cargo.toml fixes

This commit is contained in:
mdecimus
2025-11-05 17:45:07 +01:00
parent f33b5f5d66
commit e8491172b1
32 changed files with 110 additions and 533 deletions

View File

@@ -2,10 +2,9 @@
name = "tests"
version = "0.14.1"
edition = "2024"
resolver = "2"
[features]
default = ["sqlite", "postgres", "mysql", "rocks", "elastic", "s3", "redis", "nats", "azure", "foundationdb"]
default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis", "nats", "azure", "foundationdb"]
#default = ["sqlite", "postgres", "mysql", "rocks", "s3", "redis"]
#default = ["rocks", "redis", "s3"]
sqlite = ["store/sqlite"]
@@ -13,7 +12,6 @@ foundationdb = ["store/foundation", "common/foundation"]
postgres = ["store/postgres"]
mysql = ["store/mysql"]
rocks = ["store/rocks"]
elastic = ["store/elastic"]
s3 = ["store/s3"]
redis = ["store/redis"]
nats = ["store/nats"]