# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default=["threads"]
# Enable working on files in parallel
threads=["tokio/rt-threaded"]
# Use base64 encoding of pathnames instead of SHA256. This can increase speed of database rebuilding, but can also cause files with large pathnames to fail.