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 whenever natural_syntax_ls is added without default-features = false somewhere in the dependency tree.

download-libtorch default

Enables download-libtorch of natural_syntax

Natural-Syntax-LS has 2 features without comments.