Feature flag | Description | Includes |
---|---|---|
default | Default | - |
all | All | io, qr, webscrape, crypt |
crypt | Basic string encryption/decryption | |
io | Input/Output | csv, polars/lazy, dotenv |
qr | QR reader | bardecoder, image, reqwest/blocking |
webscrape | Webscraping | reqwest/blocking, select |
See Cargo.toml for more info
Note: image
crate uses 0.24.9
because its latest release supported by bardecoder
All other crates use latest release