13 lines
219 B
TOML
13 lines
219 B
TOML
[feature_default]
|
|
|
|
[feature_all_types]
|
|
features = "all_types"
|
|
|
|
[feature_into_json]
|
|
features = "all_types into_json"
|
|
|
|
[feature_422]
|
|
features = "all_types 422"
|
|
|
|
[feature_422_into_json]
|
|
features = "all_types 422 into_json" |