By default, jacquard pulls in rouille to implement local oauth. This is most certainly the correct choice for most users, but if you are implementing a server (and therefore pulling in jacquard-axum), it's probably not what you want. Therefore, jacquard-axum should depend on jacquard without default features.
+1
-1
crates/jacquard-axum/Cargo.toml
+1
-1
crates/jacquard-axum/Cargo.toml
···+jacquard = { version = "0.5", path = "../jacquard", default-features = false, features = ["api"] }jacquard-common = { version = "0.5", path = "../jacquard-common", features = ["reqwest-client"] }