fix: async-trait disabled by default

provides better docs and it should be rare to need Box<dyn Controller>
anyway, also Sync + Send is explicitly added so should be fine
This commit is contained in:
əlemi 2024-09-06 00:13:17 +02:00
parent 4fa8548b12
commit e946ee195b
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -62,7 +62,7 @@ napi-build = { version = "2", optional = true }
pyo3-build-config = { version = "0.19", optional = true }
[features]
default = ["async-trait"]
default = []
# ffi
rust = [] # used for ci matrix
lua = ["mlua", "tracing-subscriber", "lazy_static"]