Cargo Features

[dependencies]
reflect_to = { version = "0.1.6", default-features = false, features = ["to_typescript", "to_python"] }
default = to_python, to_typescript

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

to_typescript default
to_python default

reflect_to has 3 features without comments.