summaryrefslogtreecommitdiff
path: root/crates/typst-cli/Cargo.toml
AgeCommit message (Collapse)Author
2025-07-09Add completions subcommand (#6568)Jassiel Ovando
2024-12-05Put HTTP server behind on-by-default feature flag (#5532)Laurenz
2024-12-05Live reloading HTTP server for `typst watch` and HTML export (#5524)Laurenz
2024-12-04Add HTML export formatLaurenz
2024-11-29Handle SIGPIPE (#5444)wznmickey
2024-11-07Remove unused dependencies (#5379)Yip Coekjan
2024-10-31Replace `once_cell`'s `Lazy` as much as possible (#4617)Abdul-Rahman Sibahi
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2024-10-27Split out four new crates (#5302)Laurenz
2024-10-15Greet users who run `typst` for the first time (#5210)Laurenz
2024-08-26Add back release targets `aarch64-pc-windows-msvc` and ↵Max
`riscv64gc-unknown-linux-gnu` (#4821)
2024-08-05Add typst-kit crate (#4540)tingerrr
2024-07-08Bump dependencies (#4523)Laurenz
2024-07-06Add metadata for `cargo-binstall` (#4458)Yip Coekjan
2024-07-06Statically link xz2 (#4463)Adrian Freund
2024-04-03Read `SOURCE_DATE_EPOCH` for better reproducibility (#3809)frozolotl
2024-04-02A few CI and crate config changes (#3852)Laurenz
2024-03-23Escape path and entrypoint in `typst init` output (#3753)frozolotl
2024-03-15Final touches (#3678)Laurenz
2024-03-14Revert use of alternate screen (#3648)Laurenz
2024-03-11Clean up unused dependency (#3600)Leedehai
2024-03-06Add `typst init` command (#3544)Laurenz
2024-02-28Externalize assets (#3515)Laurenz
2024-02-28Add `vendor-openssl` feature flag (#3510)Laurenz
2024-01-31Use alternate screen and refactor terminal output. (#2665)frozolotl
2024-01-26Configure ureq to use sytem-native TLS (#3258)Laurenz
2023-12-30New performance timings (#3096)Sébastien d'Herbais de Thun
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-12-18Parallel export (#2989)Sébastien d'Herbais de Thun
2023-11-27Make workspace inheriting consistentLaurenz
2023-11-27Use clippy workspace lints and inline format args (#2771)danieleades
2023-11-24Merge `typst` and `typst-library`Laurenz
2023-11-19Watching fixes (#2706)Laurenz
2023-11-08Extract `typst-pdf` crateLaurenz
2023-11-08Extract `typst-svg` crateLaurenz
2023-11-08Extract `typst-render` crateLaurenz
2023-11-08Switch to workspace dependenciesLaurenz
2023-10-25Use fontdb to search fonts, with basic fontconfig support (#2472)7sDream
2023-10-09Bump ecowLaurenz
2023-09-19Incremental parsing in CLILaurenz
Reparses files in the CLI incrementally and also uses the file modification timestamp to completely skip reparsing if possible.
2023-09-13Bump dependenciesLaurenz
2023-09-11Forward third-party errorsLaurenz
Better to know something even if it isn't always formatted in the prettiest way
2023-09-11Support proxy and custom certificate configuration. (#2006)Zicklag
2023-08-26Let the CLI `typst update` itself without a package manager (#1887)jimvdl
2023-08-22Virtual path typeLaurenz
Fixes #1937
2023-08-21Set new minimum serde versionLaurenz
1.0.184 does not ship with a precompiled binary anymore
2023-08-19Restrict serde versionLaurenz
2023-08-06Query-System for metadata (#1812)Beiri22
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-07-02Move everything into `crates/` directoryLaurenz