Cargo Features

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

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

http default

Enables http-types

json default

Enables serde_json

typespec has 3 features without comments.