Cargo Features
[dependencies]
add-ed = { version = "0.13.0", default-features = false, features = ["local_io", "test_local_io", "initial_input_data", "serde", "bin_deps"] }
- local_io default bin_deps? test_local_io?
-
Affects
io::local_io
… - test_local_io = local_io
- initial_input_data
-
Affects
scripted_ui::UnsupportedInitialData
… - serde
-
Currently only for Macro struct
Enables serde
For the serde feature. Leave the version choice to the user, as much as possible, as it will need to match whatever use-case they have
- default = local_io
-
The
local_io
feature is set by default wheneveradd-ed
is added without
somewhere in the dependency tree.default-features = false - bin_deps = local_io
-
Enables clap
Only used when building the
classic
binaryRequired by the classic-ed binary