@@ -7,6 +7,7 @@ edition = "2021"
|
||||
crunch-envelope.workspace = true
|
||||
crunch-in-memory = { workspace = true, optional = true }
|
||||
crunch-traits.workspace = true
|
||||
crunch-nats = {workspace = true,optional = true}
|
||||
|
||||
anyhow.workspace = true
|
||||
tracing.workspace = true
|
||||
@@ -21,6 +22,7 @@ futures.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
|
||||
[features]
|
||||
default = ["in-memory", "traits"]
|
||||
default = ["in-memory", "traits", "nats"]
|
||||
traits = []
|
||||
in-memory = ["dep:crunch-in-memory"]
|
||||
in-memory = ["dep:crunch-in-memory"]
|
||||
nats = ["dep:crunch-nats"]
|
Reference in New Issue
Block a user