cql2 0.4.1__tar.gz → 0.4.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cql2-0.4.1 → cql2-0.4.2}/.github/workflows/ci.yml +33 -4
- cql2-0.4.2/.github/workflows/crates-io.yml +18 -0
- cql2-0.4.2/.github/workflows/npm.yml +52 -0
- cql2-0.4.1/.github/workflows/python.yml → cql2-0.4.2/.github/workflows/pypi.yml +7 -6
- {cql2-0.4.1 → cql2-0.4.2}/.gitignore +1 -0
- {cql2-0.4.1 → cql2-0.4.2}/CHANGELOG.md +8 -1
- {cql2-0.4.1 → cql2-0.4.2}/Cargo.lock +121 -44
- {cql2-0.4.1 → cql2-0.4.2}/Cargo.toml +4 -1
- cql2-0.4.2/PKG-INFO +62 -0
- cql2-0.4.2/RELEASING.md +11 -0
- {cql2-0.4.1 → cql2-0.4.2}/cli/README.md +3 -3
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/validate.sh +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/pyproject.toml +1 -1
- {cql2-0.4.1 → cql2-0.4.2}/scripts/buildwasm +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/scripts/exampleoptions +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/scripts/lint +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/scripts/test +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/generate-expected +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/generate_expected_qcounts +0 -0
- cql2-0.4.1/PKG-INFO +0 -14
- cql2-0.4.1/RELEASING.md +0 -15
- {cql2-0.4.1 → cql2-0.4.2}/.github/dependabot.yml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/.github/workflows/docs.yml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/CONTRIBUTING.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/LICENSE +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/README.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/cli/Cargo.toml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/cli/src/lib.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/cli/src/main.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/cql2.pyi +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/cli.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/ds-logo-hor--pos.svg +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/examples.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/favicon.png +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/index.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/playground.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/docs/python.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/examples.toml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause6_01.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause6_02a.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause6_02b.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause6_02c.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause6_02d.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause6_03.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_01.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_02.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_03a.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_03b.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_04.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_05.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_07.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_10.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_12.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_13.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_15.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_16.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_17.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_18.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/clause7_19.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example01.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example02.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example03.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example04.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example05a.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example05b.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example06a.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example06b.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example07.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example08.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example09.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example10.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example11.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example12.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example13.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example14.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example15.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example16.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example17.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example18.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example19.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example20.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example21.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example22.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example23.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example24.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example25.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example26.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example27.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example28.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example29.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example30.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example31.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example32.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example33.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example34.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example35.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example36.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example37.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example38.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example39.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example40.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example41.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example42.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example43.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example44.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example45.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example46.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example47.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example48.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example49.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example50.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example51.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example52.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example53.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example54.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example55.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example56.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example57.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example58.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example59.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example60.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example61.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example62.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example63.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example64.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example65.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example66.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example67.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example68.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example69.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example70.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example71.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example72.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example73.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example74.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example75.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example76.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example77.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example78.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example79.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example80.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example81.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example82.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example83.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example84.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example85.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/json/example86.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause6_01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause6_02a.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause6_02b.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause6_02c.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause6_02d.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause6_03.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_02.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_03a.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_03b.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_04.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_05.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_07.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_10.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_12.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_13.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_15.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_16.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_17.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_18.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/clause7_19.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example02.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example03.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example04.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example05a.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example05b.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example06a.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example06b.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example07.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example08.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example09.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example10.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example11.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example12.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example13.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example14.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example15.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example16.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example17.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example18.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example19.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example20.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example21.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example22.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example23.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example24.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example25.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example26.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example27.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example28.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example29.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example30.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example31.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example32.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example33.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example34.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example35.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example36-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example36.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example37.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example38-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example38.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example39.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example40-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example40.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example41.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example42-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example42.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example43-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example43.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example44-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example44.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example45.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example46-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example46.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example47.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example48.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example49-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example49.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example50.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example51.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example52.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example53.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example54-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example54.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example55-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example55.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example56.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example57.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example58.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example59.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example60.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example61.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example62.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example63.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example64.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example65.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example66.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example67.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example68.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example69.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example70.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example71.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example72.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example73.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example74.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example75.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example76.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example77.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example78.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example79.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example80.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example81.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example82.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example83.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example84.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example85-alt01.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example85.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/examples/text/example86.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/mkdocs.yml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/.gitignore +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/.python-version +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/Cargo.toml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/README.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/src/lib.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/tests/conftest.py +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/python/tests/test_expr.py +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/rustfmt.toml +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/cql2.json +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/cql2.pest +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/duckdb.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/error.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/expr.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/geometry.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/lib.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/parser.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/sql.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/temporal.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/src/validator.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/README.md +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/cql2testdata.ndjson +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_01.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02c.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02c.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02d.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_02d.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_03.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause6_03.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_01.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_02.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_02.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_03a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_03a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_03b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_03b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_04.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_04.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_05.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_05.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_07.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_07.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_10.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_10.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_12.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_12.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_13.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_13.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_15.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_15.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_16.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_16.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_17.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_17.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_18.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_18.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_19.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/clause7_19.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example01.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example02.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example02.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example03.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example03.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example04.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example04.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example05a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example05a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example05b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example05b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example06a.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example06a.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example06b.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example06b.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example07.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example07.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example08.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example08.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example09.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example09.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example10.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example10.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example11.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example11.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example12.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example12.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example13.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example13.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example14.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example14.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example15.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example15.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example16.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example16.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example17.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example17.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example18.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example18.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example19.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example19.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example20.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example20.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example21.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example21.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example22.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example22.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example23.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example23.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example24.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example24.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example25.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example25.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example26.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example26.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example27.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example27.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example28.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example28.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example29.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example29.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example30.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example30.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example31.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example31.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example32.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example32.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example33.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example33.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example34.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example34.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example35.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example35.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example36-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example36.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example36.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example37.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example37.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example38-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example38.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example38.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example39.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example39.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example40-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example40.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example40.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example41.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example41.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example42-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example42.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example42.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example43-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example43.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example43.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example44-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example44.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example44.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example45.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example45.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example46-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example46.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example46.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example47.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example47.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example48.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example48.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example49-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example49.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example49.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example50.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example50.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example51.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example51.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example52.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example52.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example53.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example53.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example54-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example54.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example54.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example55-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example55.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example55.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example56.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example56.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example57.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example57.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example58.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example58.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example59.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example59.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example60.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example60.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example61.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example61.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example62.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example62.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example63.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example63.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example64.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example64.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example65.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example65.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example66.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example66.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example67.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example67.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example68.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example68.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example69.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example69.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example70.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example70.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example71.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example71.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example72.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example72.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example73.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example73.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example74.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example74.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example75.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example75.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example76.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example76.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example77.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example77.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example78.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example78.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example79.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example79.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example80.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example80.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example81.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example81.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example82.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example82.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example83.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example83.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example84.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example84.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example85-alt01.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example85.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example85.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example86.json.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/expected/example86.txt.out +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/ogc_tests.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/operators_duckdb.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/operators_expected.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/operators_filter.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/operators_tests.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/reduce_tests.rs +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/tests/reductions.txt +0 -0
- {cql2-0.4.1 → cql2-0.4.2}/uv.lock +0 -0
|
@@ -52,8 +52,8 @@ jobs:
|
|
|
52
52
|
run: uv run pytest
|
|
53
53
|
- name: CLI smoke test
|
|
54
54
|
run: uv run cql2 < examples/text/example01.txt
|
|
55
|
-
|
|
56
|
-
name:
|
|
55
|
+
wasm-nodejs:
|
|
56
|
+
name: WASM (Node.js)
|
|
57
57
|
runs-on: ubuntu-latest
|
|
58
58
|
steps:
|
|
59
59
|
- uses: actions/checkout@v5
|
|
@@ -62,5 +62,34 @@ jobs:
|
|
|
62
62
|
uses: jetli/wasm-pack-action@v0.4.0
|
|
63
63
|
with:
|
|
64
64
|
version: "latest"
|
|
65
|
-
- name: Build
|
|
66
|
-
run:
|
|
65
|
+
- name: Build for Node.js
|
|
66
|
+
run: wasm-pack build --target nodejs wasm
|
|
67
|
+
- name: Test (Rust unit tests in Node.js)
|
|
68
|
+
run: wasm-pack test --node wasm
|
|
69
|
+
- name: Setup Node.js
|
|
70
|
+
uses: actions/setup-node@v4
|
|
71
|
+
with:
|
|
72
|
+
node-version: "20"
|
|
73
|
+
- name: Test (JavaScript integration tests)
|
|
74
|
+
run: npm --prefix wasm test
|
|
75
|
+
|
|
76
|
+
wasm-web:
|
|
77
|
+
name: WASM (web)
|
|
78
|
+
runs-on: ubuntu-latest
|
|
79
|
+
steps:
|
|
80
|
+
- uses: actions/checkout@v5
|
|
81
|
+
- uses: Swatinem/rust-cache@v2
|
|
82
|
+
- name: Install wasm-pack
|
|
83
|
+
uses: jetli/wasm-pack-action@v0.4.0
|
|
84
|
+
with:
|
|
85
|
+
version: "latest"
|
|
86
|
+
- name: Build for web
|
|
87
|
+
run: wasm-pack build --target web wasm
|
|
88
|
+
- name: Setup Node.js
|
|
89
|
+
uses: actions/setup-node@v4
|
|
90
|
+
with:
|
|
91
|
+
node-version: "20"
|
|
92
|
+
- name: Test (JavaScript integration tests with web target)
|
|
93
|
+
run: npm --prefix wasm test
|
|
94
|
+
- name: Test (Rust unit tests in web)
|
|
95
|
+
run: wasm-pack test --headless --firefox wasm
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
name: Publish to crates.io
|
|
2
|
+
on:
|
|
3
|
+
push:
|
|
4
|
+
tags: ["v*"]
|
|
5
|
+
|
|
6
|
+
jobs:
|
|
7
|
+
publish:
|
|
8
|
+
runs-on: ubuntu-latest
|
|
9
|
+
environment: crates-io
|
|
10
|
+
permissions:
|
|
11
|
+
id-token: write
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v5
|
|
14
|
+
- uses: rust-lang/crates-io-auth-action@v1
|
|
15
|
+
id: auth
|
|
16
|
+
- run: cargo publish
|
|
17
|
+
env:
|
|
18
|
+
CARGO_REGISTRY_TOKEN: ${{ steps.auth.outputs.token }}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
name: npm
|
|
2
|
+
|
|
3
|
+
on:
|
|
4
|
+
push:
|
|
5
|
+
tags:
|
|
6
|
+
- "v*"
|
|
7
|
+
|
|
8
|
+
jobs:
|
|
9
|
+
build:
|
|
10
|
+
name: Build WASM package
|
|
11
|
+
runs-on: ubuntu-latest
|
|
12
|
+
steps:
|
|
13
|
+
- uses: actions/checkout@v5
|
|
14
|
+
- uses: Swatinem/rust-cache@v2
|
|
15
|
+
- name: Install wasm-pack
|
|
16
|
+
uses: jetli/wasm-pack-action@v0.4.0
|
|
17
|
+
with:
|
|
18
|
+
version: "latest"
|
|
19
|
+
- name: Build WASM for npm
|
|
20
|
+
run: wasm-pack build --target web --out-dir pkg wasm
|
|
21
|
+
- name: Upload package
|
|
22
|
+
uses: actions/upload-artifact@v5
|
|
23
|
+
with:
|
|
24
|
+
name: npm-package
|
|
25
|
+
path: wasm/pkg
|
|
26
|
+
|
|
27
|
+
publish:
|
|
28
|
+
name: Publish to npm
|
|
29
|
+
runs-on: ubuntu-latest
|
|
30
|
+
needs: build
|
|
31
|
+
permissions:
|
|
32
|
+
id-token: write
|
|
33
|
+
contents: read
|
|
34
|
+
attestations: write
|
|
35
|
+
environment:
|
|
36
|
+
name: npm
|
|
37
|
+
url: https://www.npmjs.com/package/cql2-wasm
|
|
38
|
+
steps:
|
|
39
|
+
- uses: actions/download-artifact@v6
|
|
40
|
+
with:
|
|
41
|
+
name: npm-package
|
|
42
|
+
path: package
|
|
43
|
+
- uses: actions/setup-node@v4
|
|
44
|
+
with:
|
|
45
|
+
node-version: "20"
|
|
46
|
+
- name: Generate artifact attestation
|
|
47
|
+
uses: actions/attest-build-provenance@v3
|
|
48
|
+
with:
|
|
49
|
+
subject-path: "package/*"
|
|
50
|
+
- name: Publish to npm
|
|
51
|
+
working-directory: package
|
|
52
|
+
run: npm publish --provenance --access public
|
|
@@ -27,7 +27,7 @@ jobs:
|
|
|
27
27
|
- ppc64le
|
|
28
28
|
steps:
|
|
29
29
|
- uses: actions/checkout@v5
|
|
30
|
-
- uses: actions/setup-python@
|
|
30
|
+
- uses: actions/setup-python@v6
|
|
31
31
|
with:
|
|
32
32
|
python-version: "3.10"
|
|
33
33
|
- name: Build wheels
|
|
@@ -57,7 +57,7 @@ jobs:
|
|
|
57
57
|
- armv7
|
|
58
58
|
steps:
|
|
59
59
|
- uses: actions/checkout@v5
|
|
60
|
-
- uses: actions/setup-python@
|
|
60
|
+
- uses: actions/setup-python@v6
|
|
61
61
|
with:
|
|
62
62
|
python-version: "3.10"
|
|
63
63
|
- name: Build wheels
|
|
@@ -82,7 +82,7 @@ jobs:
|
|
|
82
82
|
- x86
|
|
83
83
|
steps:
|
|
84
84
|
- uses: actions/checkout@v5
|
|
85
|
-
- uses: actions/setup-python@
|
|
85
|
+
- uses: actions/setup-python@v6
|
|
86
86
|
with:
|
|
87
87
|
python-version: "3.10"
|
|
88
88
|
architecture: ${{ matrix.target }}
|
|
@@ -109,7 +109,7 @@ jobs:
|
|
|
109
109
|
target: aarch64
|
|
110
110
|
steps:
|
|
111
111
|
- uses: actions/checkout@v5
|
|
112
|
-
- uses: actions/setup-python@
|
|
112
|
+
- uses: actions/setup-python@v6
|
|
113
113
|
with:
|
|
114
114
|
python-version: "3.10"
|
|
115
115
|
- name: Build wheels
|
|
@@ -148,6 +148,9 @@ jobs:
|
|
|
148
148
|
id-token: write
|
|
149
149
|
contents: write
|
|
150
150
|
attestations: write
|
|
151
|
+
environment:
|
|
152
|
+
name: pypi
|
|
153
|
+
url: https://pypi.org/project/cql2/
|
|
151
154
|
steps:
|
|
152
155
|
- uses: actions/download-artifact@v6
|
|
153
156
|
- name: Generate artifact attestation
|
|
@@ -157,8 +160,6 @@ jobs:
|
|
|
157
160
|
- name: Publish to PyPI
|
|
158
161
|
if: startsWith(github.ref, 'refs/tags/')
|
|
159
162
|
uses: PyO3/maturin-action@v1
|
|
160
|
-
env:
|
|
161
|
-
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
|
|
162
163
|
with:
|
|
163
164
|
command: upload
|
|
164
165
|
args: --non-interactive --skip-existing wheels-*/*
|
|
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [0.4.2] - 2025-11-12
|
|
10
|
+
|
|
11
|
+
### Changed
|
|
12
|
+
|
|
13
|
+
- Better package metadata and automated releasing
|
|
14
|
+
|
|
9
15
|
## [0.4.1] - 2025-10-31
|
|
10
16
|
|
|
11
17
|
## Changed
|
|
@@ -113,7 +119,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
|
113
119
|
|
|
114
120
|
Initial release.
|
|
115
121
|
|
|
116
|
-
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.4.
|
|
122
|
+
[Unreleased]: https://github.com/developmentseed/cql2-rs/compare/v0.4.2...main
|
|
123
|
+
[0.4.2]: https://github.com/developmentseed/cql2-rs/compare/v0.4.1...v0.4.2
|
|
117
124
|
[0.4.1]: https://github.com/developmentseed/cql2-rs/compare/v0.4.0...v0.4.1
|
|
118
125
|
[0.4.0]: https://github.com/developmentseed/cql2-rs/compare/v0.3.8...v0.4.0
|
|
119
126
|
[0.3.8]: https://github.com/developmentseed/cql2-rs/compare/v0.3.7...v0.3.8
|
|
@@ -371,9 +371,9 @@ dependencies = [
|
|
|
371
371
|
|
|
372
372
|
[[package]]
|
|
373
373
|
name = "borrow-or-share"
|
|
374
|
-
version = "0.2.
|
|
374
|
+
version = "0.2.4"
|
|
375
375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
376
|
-
checksum = "
|
|
376
|
+
checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
|
|
377
377
|
|
|
378
378
|
[[package]]
|
|
379
379
|
name = "borsh"
|
|
@@ -395,7 +395,7 @@ dependencies = [
|
|
|
395
395
|
"proc-macro-crate",
|
|
396
396
|
"proc-macro2",
|
|
397
397
|
"quote",
|
|
398
|
-
"syn 2.0.
|
|
398
|
+
"syn 2.0.110",
|
|
399
399
|
]
|
|
400
400
|
|
|
401
401
|
[[package]]
|
|
@@ -452,9 +452,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
452
452
|
|
|
453
453
|
[[package]]
|
|
454
454
|
name = "cc"
|
|
455
|
-
version = "1.2.
|
|
455
|
+
version = "1.2.45"
|
|
456
456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
457
|
-
checksum = "
|
|
457
|
+
checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
|
|
458
458
|
dependencies = [
|
|
459
459
|
"find-msvc-tools",
|
|
460
460
|
"jobserver",
|
|
@@ -516,7 +516,7 @@ dependencies = [
|
|
|
516
516
|
"heck",
|
|
517
517
|
"proc-macro2",
|
|
518
518
|
"quote",
|
|
519
|
-
"syn 2.0.
|
|
519
|
+
"syn 2.0.110",
|
|
520
520
|
]
|
|
521
521
|
|
|
522
522
|
[[package]]
|
|
@@ -579,7 +579,7 @@ dependencies = [
|
|
|
579
579
|
|
|
580
580
|
[[package]]
|
|
581
581
|
name = "cql2"
|
|
582
|
-
version = "0.4.
|
|
582
|
+
version = "0.4.2"
|
|
583
583
|
dependencies = [
|
|
584
584
|
"assert-json-diff",
|
|
585
585
|
"duckdb",
|
|
@@ -606,7 +606,7 @@ dependencies = [
|
|
|
606
606
|
|
|
607
607
|
[[package]]
|
|
608
608
|
name = "cql2-cli"
|
|
609
|
-
version = "0.4.
|
|
609
|
+
version = "0.4.2"
|
|
610
610
|
dependencies = [
|
|
611
611
|
"anyhow",
|
|
612
612
|
"clap",
|
|
@@ -616,7 +616,7 @@ dependencies = [
|
|
|
616
616
|
|
|
617
617
|
[[package]]
|
|
618
618
|
name = "cql2-python"
|
|
619
|
-
version = "0.4.
|
|
619
|
+
version = "0.4.2"
|
|
620
620
|
dependencies = [
|
|
621
621
|
"clap",
|
|
622
622
|
"cql2",
|
|
@@ -628,11 +628,13 @@ dependencies = [
|
|
|
628
628
|
|
|
629
629
|
[[package]]
|
|
630
630
|
name = "cql2-wasm"
|
|
631
|
-
version = "0.4.
|
|
631
|
+
version = "0.4.2"
|
|
632
632
|
dependencies = [
|
|
633
633
|
"cql2",
|
|
634
634
|
"getrandom 0.3.4",
|
|
635
|
+
"serde_json",
|
|
635
636
|
"wasm-bindgen",
|
|
637
|
+
"wasm-bindgen-test",
|
|
636
638
|
"web-sys",
|
|
637
639
|
]
|
|
638
640
|
|
|
@@ -704,7 +706,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
704
706
|
dependencies = [
|
|
705
707
|
"proc-macro2",
|
|
706
708
|
"quote",
|
|
707
|
-
"syn 2.0.
|
|
709
|
+
"syn 2.0.110",
|
|
708
710
|
]
|
|
709
711
|
|
|
710
712
|
[[package]]
|
|
@@ -869,7 +871,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
869
871
|
dependencies = [
|
|
870
872
|
"proc-macro2",
|
|
871
873
|
"quote",
|
|
872
|
-
"syn 2.0.
|
|
874
|
+
"syn 2.0.110",
|
|
873
875
|
]
|
|
874
876
|
|
|
875
877
|
[[package]]
|
|
@@ -1298,28 +1300,28 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
1298
1300
|
|
|
1299
1301
|
[[package]]
|
|
1300
1302
|
name = "jiff"
|
|
1301
|
-
version = "0.2.
|
|
1303
|
+
version = "0.2.16"
|
|
1302
1304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1303
|
-
checksum = "
|
|
1305
|
+
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
|
|
1304
1306
|
dependencies = [
|
|
1305
1307
|
"jiff-static",
|
|
1306
1308
|
"jiff-tzdb-platform",
|
|
1307
1309
|
"log",
|
|
1308
1310
|
"portable-atomic",
|
|
1309
1311
|
"portable-atomic-util",
|
|
1310
|
-
"
|
|
1311
|
-
"windows-sys 0.
|
|
1312
|
+
"serde_core",
|
|
1313
|
+
"windows-sys 0.61.2",
|
|
1312
1314
|
]
|
|
1313
1315
|
|
|
1314
1316
|
[[package]]
|
|
1315
1317
|
name = "jiff-static"
|
|
1316
|
-
version = "0.2.
|
|
1318
|
+
version = "0.2.16"
|
|
1317
1319
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1318
|
-
checksum = "
|
|
1320
|
+
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
|
|
1319
1321
|
dependencies = [
|
|
1320
1322
|
"proc-macro2",
|
|
1321
1323
|
"quote",
|
|
1322
|
-
"syn 2.0.
|
|
1324
|
+
"syn 2.0.110",
|
|
1323
1325
|
]
|
|
1324
1326
|
|
|
1325
1327
|
[[package]]
|
|
@@ -1544,6 +1546,16 @@ dependencies = [
|
|
|
1544
1546
|
"autocfg",
|
|
1545
1547
|
]
|
|
1546
1548
|
|
|
1549
|
+
[[package]]
|
|
1550
|
+
name = "minicov"
|
|
1551
|
+
version = "0.3.7"
|
|
1552
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1553
|
+
checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b"
|
|
1554
|
+
dependencies = [
|
|
1555
|
+
"cc",
|
|
1556
|
+
"walkdir",
|
|
1557
|
+
]
|
|
1558
|
+
|
|
1547
1559
|
[[package]]
|
|
1548
1560
|
name = "miniz_oxide"
|
|
1549
1561
|
version = "0.8.9"
|
|
@@ -1720,7 +1732,7 @@ dependencies = [
|
|
|
1720
1732
|
"pest_meta",
|
|
1721
1733
|
"proc-macro2",
|
|
1722
1734
|
"quote",
|
|
1723
|
-
"syn 2.0.
|
|
1735
|
+
"syn 2.0.110",
|
|
1724
1736
|
]
|
|
1725
1737
|
|
|
1726
1738
|
[[package]]
|
|
@@ -1772,7 +1784,7 @@ dependencies = [
|
|
|
1772
1784
|
"phf_shared",
|
|
1773
1785
|
"proc-macro2",
|
|
1774
1786
|
"quote",
|
|
1775
|
-
"syn 2.0.
|
|
1787
|
+
"syn 2.0.110",
|
|
1776
1788
|
]
|
|
1777
1789
|
|
|
1778
1790
|
[[package]]
|
|
@@ -1928,7 +1940,7 @@ dependencies = [
|
|
|
1928
1940
|
"proc-macro2",
|
|
1929
1941
|
"pyo3-macros-backend",
|
|
1930
1942
|
"quote",
|
|
1931
|
-
"syn 2.0.
|
|
1943
|
+
"syn 2.0.110",
|
|
1932
1944
|
]
|
|
1933
1945
|
|
|
1934
1946
|
[[package]]
|
|
@@ -1941,7 +1953,7 @@ dependencies = [
|
|
|
1941
1953
|
"proc-macro2",
|
|
1942
1954
|
"pyo3-build-config",
|
|
1943
1955
|
"quote",
|
|
1944
|
-
"syn 2.0.
|
|
1956
|
+
"syn 2.0.110",
|
|
1945
1957
|
]
|
|
1946
1958
|
|
|
1947
1959
|
[[package]]
|
|
@@ -1956,9 +1968,9 @@ dependencies = [
|
|
|
1956
1968
|
|
|
1957
1969
|
[[package]]
|
|
1958
1970
|
name = "quote"
|
|
1959
|
-
version = "1.0.
|
|
1971
|
+
version = "1.0.42"
|
|
1960
1972
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1961
|
-
checksum = "
|
|
1973
|
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
|
1962
1974
|
dependencies = [
|
|
1963
1975
|
"proc-macro2",
|
|
1964
1976
|
]
|
|
@@ -2042,7 +2054,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2042
2054
|
checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
|
|
2043
2055
|
dependencies = [
|
|
2044
2056
|
"quote",
|
|
2045
|
-
"syn 2.0.
|
|
2057
|
+
"syn 2.0.110",
|
|
2046
2058
|
]
|
|
2047
2059
|
|
|
2048
2060
|
[[package]]
|
|
@@ -2071,7 +2083,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
|
2071
2083
|
dependencies = [
|
|
2072
2084
|
"proc-macro2",
|
|
2073
2085
|
"quote",
|
|
2074
|
-
"syn 2.0.
|
|
2086
|
+
"syn 2.0.110",
|
|
2075
2087
|
]
|
|
2076
2088
|
|
|
2077
2089
|
[[package]]
|
|
@@ -2203,7 +2215,7 @@ dependencies = [
|
|
|
2203
2215
|
"regex",
|
|
2204
2216
|
"relative-path",
|
|
2205
2217
|
"rustc_version",
|
|
2206
|
-
"syn 2.0.
|
|
2218
|
+
"syn 2.0.110",
|
|
2207
2219
|
"unicode-ident",
|
|
2208
2220
|
]
|
|
2209
2221
|
|
|
@@ -2257,6 +2269,15 @@ version = "1.0.20"
|
|
|
2257
2269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2258
2270
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
|
2259
2271
|
|
|
2272
|
+
[[package]]
|
|
2273
|
+
name = "same-file"
|
|
2274
|
+
version = "1.0.6"
|
|
2275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2276
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
2277
|
+
dependencies = [
|
|
2278
|
+
"winapi-util",
|
|
2279
|
+
]
|
|
2280
|
+
|
|
2260
2281
|
[[package]]
|
|
2261
2282
|
name = "scopeguard"
|
|
2262
2283
|
version = "1.2.0"
|
|
@@ -2302,7 +2323,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
|
2302
2323
|
dependencies = [
|
|
2303
2324
|
"proc-macro2",
|
|
2304
2325
|
"quote",
|
|
2305
|
-
"syn 2.0.
|
|
2326
|
+
"syn 2.0.110",
|
|
2306
2327
|
]
|
|
2307
2328
|
|
|
2308
2329
|
[[package]]
|
|
@@ -2397,7 +2418,7 @@ checksum = "da5fc6819faabb412da764b99d3b713bb55083c11e7e0c00144d386cd6a1939c"
|
|
|
2397
2418
|
dependencies = [
|
|
2398
2419
|
"proc-macro2",
|
|
2399
2420
|
"quote",
|
|
2400
|
-
"syn 2.0.
|
|
2421
|
+
"syn 2.0.110",
|
|
2401
2422
|
]
|
|
2402
2423
|
|
|
2403
2424
|
[[package]]
|
|
@@ -2450,7 +2471,7 @@ dependencies = [
|
|
|
2450
2471
|
"proc-macro2",
|
|
2451
2472
|
"quote",
|
|
2452
2473
|
"rustversion",
|
|
2453
|
-
"syn 2.0.
|
|
2474
|
+
"syn 2.0.110",
|
|
2454
2475
|
]
|
|
2455
2476
|
|
|
2456
2477
|
[[package]]
|
|
@@ -2462,7 +2483,7 @@ dependencies = [
|
|
|
2462
2483
|
"heck",
|
|
2463
2484
|
"proc-macro2",
|
|
2464
2485
|
"quote",
|
|
2465
|
-
"syn 2.0.
|
|
2486
|
+
"syn 2.0.110",
|
|
2466
2487
|
]
|
|
2467
2488
|
|
|
2468
2489
|
[[package]]
|
|
@@ -2478,9 +2499,9 @@ dependencies = [
|
|
|
2478
2499
|
|
|
2479
2500
|
[[package]]
|
|
2480
2501
|
name = "syn"
|
|
2481
|
-
version = "2.0.
|
|
2502
|
+
version = "2.0.110"
|
|
2482
2503
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2483
|
-
checksum = "
|
|
2504
|
+
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
|
|
2484
2505
|
dependencies = [
|
|
2485
2506
|
"proc-macro2",
|
|
2486
2507
|
"quote",
|
|
@@ -2495,7 +2516,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
2495
2516
|
dependencies = [
|
|
2496
2517
|
"proc-macro2",
|
|
2497
2518
|
"quote",
|
|
2498
|
-
"syn 2.0.
|
|
2519
|
+
"syn 2.0.110",
|
|
2499
2520
|
]
|
|
2500
2521
|
|
|
2501
2522
|
[[package]]
|
|
@@ -2547,7 +2568,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
2547
2568
|
dependencies = [
|
|
2548
2569
|
"proc-macro2",
|
|
2549
2570
|
"quote",
|
|
2550
|
-
"syn 2.0.
|
|
2571
|
+
"syn 2.0.110",
|
|
2551
2572
|
]
|
|
2552
2573
|
|
|
2553
2574
|
[[package]]
|
|
@@ -2558,7 +2579,7 @@ checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
|
2558
2579
|
dependencies = [
|
|
2559
2580
|
"proc-macro2",
|
|
2560
2581
|
"quote",
|
|
2561
|
-
"syn 2.0.
|
|
2582
|
+
"syn 2.0.110",
|
|
2562
2583
|
]
|
|
2563
2584
|
|
|
2564
2585
|
[[package]]
|
|
@@ -2724,6 +2745,16 @@ version = "0.8.0"
|
|
|
2724
2745
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2725
2746
|
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
|
|
2726
2747
|
|
|
2748
|
+
[[package]]
|
|
2749
|
+
name = "walkdir"
|
|
2750
|
+
version = "2.5.0"
|
|
2751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2752
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
2753
|
+
dependencies = [
|
|
2754
|
+
"same-file",
|
|
2755
|
+
"winapi-util",
|
|
2756
|
+
]
|
|
2757
|
+
|
|
2727
2758
|
[[package]]
|
|
2728
2759
|
name = "wasi"
|
|
2729
2760
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
@@ -2752,6 +2783,19 @@ dependencies = [
|
|
|
2752
2783
|
"wasm-bindgen-shared",
|
|
2753
2784
|
]
|
|
2754
2785
|
|
|
2786
|
+
[[package]]
|
|
2787
|
+
name = "wasm-bindgen-futures"
|
|
2788
|
+
version = "0.4.55"
|
|
2789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2790
|
+
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
|
2791
|
+
dependencies = [
|
|
2792
|
+
"cfg-if",
|
|
2793
|
+
"js-sys",
|
|
2794
|
+
"once_cell",
|
|
2795
|
+
"wasm-bindgen",
|
|
2796
|
+
"web-sys",
|
|
2797
|
+
]
|
|
2798
|
+
|
|
2755
2799
|
[[package]]
|
|
2756
2800
|
name = "wasm-bindgen-macro"
|
|
2757
2801
|
version = "0.2.105"
|
|
@@ -2771,7 +2815,7 @@ dependencies = [
|
|
|
2771
2815
|
"bumpalo",
|
|
2772
2816
|
"proc-macro2",
|
|
2773
2817
|
"quote",
|
|
2774
|
-
"syn 2.0.
|
|
2818
|
+
"syn 2.0.110",
|
|
2775
2819
|
"wasm-bindgen-shared",
|
|
2776
2820
|
]
|
|
2777
2821
|
|
|
@@ -2784,6 +2828,30 @@ dependencies = [
|
|
|
2784
2828
|
"unicode-ident",
|
|
2785
2829
|
]
|
|
2786
2830
|
|
|
2831
|
+
[[package]]
|
|
2832
|
+
name = "wasm-bindgen-test"
|
|
2833
|
+
version = "0.3.55"
|
|
2834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2835
|
+
checksum = "bfc379bfb624eb59050b509c13e77b4eb53150c350db69628141abce842f2373"
|
|
2836
|
+
dependencies = [
|
|
2837
|
+
"js-sys",
|
|
2838
|
+
"minicov",
|
|
2839
|
+
"wasm-bindgen",
|
|
2840
|
+
"wasm-bindgen-futures",
|
|
2841
|
+
"wasm-bindgen-test-macro",
|
|
2842
|
+
]
|
|
2843
|
+
|
|
2844
|
+
[[package]]
|
|
2845
|
+
name = "wasm-bindgen-test-macro"
|
|
2846
|
+
version = "0.3.55"
|
|
2847
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2848
|
+
checksum = "085b2df989e1e6f9620c1311df6c996e83fe16f57792b272ce1e024ac16a90f1"
|
|
2849
|
+
dependencies = [
|
|
2850
|
+
"proc-macro2",
|
|
2851
|
+
"quote",
|
|
2852
|
+
"syn 2.0.110",
|
|
2853
|
+
]
|
|
2854
|
+
|
|
2787
2855
|
[[package]]
|
|
2788
2856
|
name = "web-sys"
|
|
2789
2857
|
version = "0.3.82"
|
|
@@ -2794,6 +2862,15 @@ dependencies = [
|
|
|
2794
2862
|
"wasm-bindgen",
|
|
2795
2863
|
]
|
|
2796
2864
|
|
|
2865
|
+
[[package]]
|
|
2866
|
+
name = "winapi-util"
|
|
2867
|
+
version = "0.1.11"
|
|
2868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2869
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
2870
|
+
dependencies = [
|
|
2871
|
+
"windows-sys 0.61.2",
|
|
2872
|
+
]
|
|
2873
|
+
|
|
2797
2874
|
[[package]]
|
|
2798
2875
|
name = "windows-core"
|
|
2799
2876
|
version = "0.62.2"
|
|
@@ -2815,7 +2892,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
2815
2892
|
dependencies = [
|
|
2816
2893
|
"proc-macro2",
|
|
2817
2894
|
"quote",
|
|
2818
|
-
"syn 2.0.
|
|
2895
|
+
"syn 2.0.110",
|
|
2819
2896
|
]
|
|
2820
2897
|
|
|
2821
2898
|
[[package]]
|
|
@@ -2826,7 +2903,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
2826
2903
|
dependencies = [
|
|
2827
2904
|
"proc-macro2",
|
|
2828
2905
|
"quote",
|
|
2829
|
-
"syn 2.0.
|
|
2906
|
+
"syn 2.0.110",
|
|
2830
2907
|
]
|
|
2831
2908
|
|
|
2832
2909
|
[[package]]
|
|
@@ -3093,7 +3170,7 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
|
3093
3170
|
dependencies = [
|
|
3094
3171
|
"proc-macro2",
|
|
3095
3172
|
"quote",
|
|
3096
|
-
"syn 2.0.
|
|
3173
|
+
"syn 2.0.110",
|
|
3097
3174
|
"synstructure",
|
|
3098
3175
|
]
|
|
3099
3176
|
|
|
@@ -3114,7 +3191,7 @@ checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
|
3114
3191
|
dependencies = [
|
|
3115
3192
|
"proc-macro2",
|
|
3116
3193
|
"quote",
|
|
3117
|
-
"syn 2.0.
|
|
3194
|
+
"syn 2.0.110",
|
|
3118
3195
|
]
|
|
3119
3196
|
|
|
3120
3197
|
[[package]]
|
|
@@ -3134,7 +3211,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
3134
3211
|
dependencies = [
|
|
3135
3212
|
"proc-macro2",
|
|
3136
3213
|
"quote",
|
|
3137
|
-
"syn 2.0.
|
|
3214
|
+
"syn 2.0.110",
|
|
3138
3215
|
"synstructure",
|
|
3139
3216
|
]
|
|
3140
3217
|
|
|
@@ -3168,5 +3245,5 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
|
3168
3245
|
dependencies = [
|
|
3169
3246
|
"proc-macro2",
|
|
3170
3247
|
"quote",
|
|
3171
|
-
"syn 2.0.
|
|
3248
|
+
"syn 2.0.110",
|
|
3172
3249
|
]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
[workspace.package]
|
|
2
|
-
version = "0.4.
|
|
2
|
+
version = "0.4.2"
|
|
3
3
|
authors = [
|
|
4
4
|
"David Bitner <bitner@dbspatial.com>",
|
|
5
5
|
"Pete Gadomski <pete.gadomski@gmail.com>",
|
|
@@ -54,3 +54,6 @@ members = ["python"]
|
|
|
54
54
|
|
|
55
55
|
[workspace.dependencies]
|
|
56
56
|
clap = "4.5.51"
|
|
57
|
+
|
|
58
|
+
[profile.release]
|
|
59
|
+
opt-level = "s"
|