Cargo Features

tinymist-package has no features set by default.

[dependencies]
tinymist-package = { version = "0.13.12-rc4", features = ["fs-pack", "gitcl-pack", "http-pack", "universe-pack", "http-registry", "web", "browser", "system", "fastrand"] }
fs-pack system? = walkdir
gitcl-pack system? = toml

Enables system of tinymist-std

http-pack release-pack? system? universe-pack? = http-registry
release-pack universe-pack system? = http-pack
http-registry http-pack? system? = dirs, reqwest
web browser? = js-sys, wasm-bindgen, web-sys

Enables web of tinymist-std

browser = web
system = fs-pack, gitcl-pack, http-pack, http-registry, release-pack, universe-pack

Enables system of tinymist-std

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.

toml gitcl-pack?
reqwest http-registry?
dirs http-registry?
walkdir fs-pack?
fastrand implicit feature

Enables fastrand

fastrand:

A simple and fast random number generator

js-sys web?
wasm-bindgen web?
web-sys web?