Cargo Features
[dependencies]
libpijul = { version = "1.0.0-beta.10", default-features = false, features = ["ondisk-repos", "mmap", "zstd", "text-changes", "tarball"] }
- default = ondisk-repos, text-changes
-
These default features are set whenever
libpijul
is added without
somewhere in the dependency tree.default-features = false - ondisk-repos default = canonical-path, ignore, lru-cache, mmap, path-slash, tempfile, zstd
-
Affects
changestore::filesystem
,working_copy::filesystem
… - mmap ondisk-repos
- zstd ondisk-repos = zstd-seekable
-
Affects
libpijul::tag
… - text-changes default
- tarball = flate2, tar
-
Affects
archive::Tarball
,archive::File
…
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.