Cargo Features
[dependencies]
natural_syntax_ls = { version = "0.0.1", default-features = false, features = ["download-libtorch"] }
- default = download-libtorch
-
The
download-libtorch
feature is set by default whenevernatural_syntax_ls
is added without
somewhere in the dependency tree.default-features = false - download-libtorch default
-
Enables download-libtorch of natural_syntax
Natural-Syntax-LS has 2 features without comments.