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
somewhere in the dependency tree.default-features = false - http default
-
Enables http-types
- json default
-
Enables serde_json
typespec has 3 features without comments.