Cargo Features

[dependencies]
typespec = { version = "0.3.0", default-features = false, features = ["amqp", "http", "json"] }
default = http, json

These default features are set whenever typespec is added without default-features = false somewhere in the dependency tree.

amqp
http default

Affects typespec::http

json default

Enables serde and serde_json