File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22name = " docxtools"
33version = " 0.11.0-SNAPSHOT"
44edition = " 2021"
5- authors = [" David Bosschaert <david.bosschaert@gmail.com>" ]
5+ authors = [" David Bosschaert <david.bosschaert@gmail.com>" , " contributors " ]
66license = " Apache-2.0"
77description = " A command-line tool to work with docx files, for example to make bulk-changes in them without the need to open a word processor."
88readme = " README.md"
99keywords = [" cli" , " docx" ]
1010categories = [" command-line-utilities" ]
1111
1212[dependencies ]
13- regex = " 1.9 "
13+ regex = " 1.11 "
1414tempfile = " 3.8"
1515zip = " 2.2.1"
1616walkdir = " 2.3"
1717unicode-bom = " 2.0"
1818clap = { version = " 4.3.19" , features = [" derive" ] }
19- quick-xml = " 0.31 "
19+ quick-xml = " 0.37 "
2020uuid = { version = " 1.6" , features = [" v4" ] }
2121unicase = " 2.7"
2222
2323[dev-dependencies ]
2424gag = " 1.0"
25- serial_test = " 2.0 "
26- testdir = " 0.8 "
25+ serial_test = " 3.2 "
26+ testdir = " 0.9 "
2727
2828[profile .release ]
2929opt-level = ' z' # Optimize for size.
You can’t perform that action at this time.
0 commit comments