We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c885e38 commit d8730c6Copy full SHA for d8730c6
frameworks/Rust/rama/Cargo.toml
@@ -30,12 +30,7 @@ path = "src/main_pg.rs"
30
31
[features]
32
default = []
33
-simd-json = [
34
- "dep:simd-json",
35
- "dep:mime",
36
- "dep:bytes",
37
- "dep:serde_path_to_error",
38
-]
+simd-json = ["dep:simd-json", "dep:mime", "dep:serde_path_to_error"]
39
40
[dependencies]
41
rama = { version = "0.2.0-alpha.11", default-features = false, features = [
@@ -68,7 +63,7 @@ tokio-postgres = { version = "0.7" }
68
63
yarte = "0.15"
69
64
simd-json = { version = "0.15", optional = true }
70
65
mime = { version = "0.3", optional = true }
71
-bytes = { version = "1.10", optional = true }
66
+bytes = { version = "1.10" }
72
67
serde_path_to_error = { version = "0.1", optional = true }
73
quick_cache = "0.6"
74
mimalloc = "0.1"
0 commit comments