Cargo Features
[dependencies]
gin-tonic = { version = "0.5.6", default-features = false, features = ["uuid_string", "uuid_bytes", "tonic", "generator", "derive", "internals"] }
- default = derive, generator, tonic
-
These default features are set whenever
gin-tonic
is added without
somewhere in the dependency tree.default-features = false - uuid_string
-
Enables uuid_string of gin-tonic-core
- uuid_bytes
-
Enables uuid_bytes of gin-tonic-core
- tonic default
-
Enables tonic and tonic-build
- generator default
-
Enables heck, proc-macro2, protox, quote, and syn
- derive default
-
Enables gin-tonic-derive
- internals
gin-tonic has 7 features without comments.