Cargo Features
stork-lib has no features set by default.
[dependencies]
stork-lib = { version = "2.0.0-beta.2", features = ["build", "build-remote-fetch"] }
- build build-remote-fetch? = frontmatter, kuchiki, pulldown-cmark, rust-tfidf, serde_json, srtparse, strum, strum_macros, strunc, thiserror, toml
-
Affects
stork-lib::build
,stork-lib::build_config
,stork-lib::build_output
,stork-lib::build_index
… - build-remote-fetch = build, mime, reqwest
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- strunc build?
-
Enables strunc
build deps
- thiserror build?
- toml build?
-
Enables toml ^0.5.8
- serde_json build?
- srtparse build?
- frontmatter build?
- kuchiki build?
- pulldown-cmark build?
-
Enables pulldown-cmark ^0.9.1
- rust-tfidf build?
- strum build?
-
Enables strum ^0.24
- strum_macros build?
-
Enables strum_macros ^0.24
- mime build-remote-fetch?
-
Enables mime
build-remote-fetch deps
- reqwest build-remote-fetch?
-
Enables reqwest ^0.11