kcl-lib 0.10.5__tar.gz → 0.10.6__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.
Potentially problematic release.
This version of kcl-lib might be problematic. Click here for more details.
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/Cargo.lock +72 -72
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/Cargo.toml +2 -2
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/PKG-INFO +1 -1
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/.gitignore +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/Makefile +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/README.md +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/__init__.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/api/__init__.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/api/service.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/api/spec_pb2.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/api/spec_pb2.pyi +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/plugin/__init__.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/kcl_lib/plugin/plugin.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/pyproject.toml +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/src/lib.rs +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/api_test.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/plugin_test.py +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/format_path/test.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/get_schema_ty/aaa/kcl.mod +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/get_schema_ty/aaa/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/get_schema_ty/bbb/kcl.mod +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/get_schema_ty/bbb/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/get_schema_ty/ccc/kcl.mod +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/get_schema_ty/ccc/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/lint_path/test-lint.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/option/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/override_file/main.bak +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/override_file/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/parse/kcl.mod +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/parse/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/parse/pkg1/pkg.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/parse/pkg2/pkg.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/plugin.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/rename/main.bak +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/rename/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/schema.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/settings/kcl.yaml +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/testing/module/kcl.mod +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/testing/module/pkg/func.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/testing/module/pkg/func_test.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/update_dependencies/kcl.mod +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/update_dependencies/main.k +0 -0
- {kcl_lib-0.10.5 → kcl_lib-0.10.6}/tests/test_data/variables/main.k +0 -0
|
@@ -160,7 +160,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
160
160
|
dependencies = [
|
|
161
161
|
"proc-macro2",
|
|
162
162
|
"quote",
|
|
163
|
-
"syn 2.0.
|
|
163
|
+
"syn 2.0.85",
|
|
164
164
|
]
|
|
165
165
|
|
|
166
166
|
[[package]]
|
|
@@ -539,7 +539,7 @@ dependencies = [
|
|
|
539
539
|
"proc-macro2",
|
|
540
540
|
"quote",
|
|
541
541
|
"strsim 0.11.1",
|
|
542
|
-
"syn 2.0.
|
|
542
|
+
"syn 2.0.85",
|
|
543
543
|
]
|
|
544
544
|
|
|
545
545
|
[[package]]
|
|
@@ -550,7 +550,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
550
550
|
dependencies = [
|
|
551
551
|
"darling_core",
|
|
552
552
|
"quote",
|
|
553
|
-
"syn 2.0.
|
|
553
|
+
"syn 2.0.85",
|
|
554
554
|
]
|
|
555
555
|
|
|
556
556
|
[[package]]
|
|
@@ -593,7 +593,7 @@ dependencies = [
|
|
|
593
593
|
"darling",
|
|
594
594
|
"proc-macro2",
|
|
595
595
|
"quote",
|
|
596
|
-
"syn 2.0.
|
|
596
|
+
"syn 2.0.85",
|
|
597
597
|
]
|
|
598
598
|
|
|
599
599
|
[[package]]
|
|
@@ -603,7 +603,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
603
603
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
604
604
|
dependencies = [
|
|
605
605
|
"derive_builder_core",
|
|
606
|
-
"syn 2.0.
|
|
606
|
+
"syn 2.0.85",
|
|
607
607
|
]
|
|
608
608
|
|
|
609
609
|
[[package]]
|
|
@@ -676,7 +676,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
676
676
|
dependencies = [
|
|
677
677
|
"proc-macro2",
|
|
678
678
|
"quote",
|
|
679
|
-
"syn 2.0.
|
|
679
|
+
"syn 2.0.85",
|
|
680
680
|
]
|
|
681
681
|
|
|
682
682
|
[[package]]
|
|
@@ -1012,7 +1012,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
1012
1012
|
dependencies = [
|
|
1013
1013
|
"proc-macro2",
|
|
1014
1014
|
"quote",
|
|
1015
|
-
"syn 2.0.
|
|
1015
|
+
"syn 2.0.85",
|
|
1016
1016
|
]
|
|
1017
1017
|
|
|
1018
1018
|
[[package]]
|
|
@@ -1529,8 +1529,8 @@ dependencies = [
|
|
|
1529
1529
|
|
|
1530
1530
|
[[package]]
|
|
1531
1531
|
name = "kcl-language-server"
|
|
1532
|
-
version = "0.10.
|
|
1533
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1532
|
+
version = "0.10.6"
|
|
1533
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1534
1534
|
dependencies = [
|
|
1535
1535
|
"anyhow",
|
|
1536
1536
|
"chrono",
|
|
@@ -1573,7 +1573,7 @@ dependencies = [
|
|
|
1573
1573
|
|
|
1574
1574
|
[[package]]
|
|
1575
1575
|
name = "kcl-python-lib"
|
|
1576
|
-
version = "0.10.
|
|
1576
|
+
version = "0.10.6"
|
|
1577
1577
|
dependencies = [
|
|
1578
1578
|
"kclvm-api",
|
|
1579
1579
|
"pyo3",
|
|
@@ -1581,8 +1581,8 @@ dependencies = [
|
|
|
1581
1581
|
|
|
1582
1582
|
[[package]]
|
|
1583
1583
|
name = "kclvm-api"
|
|
1584
|
-
version = "0.10.
|
|
1585
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1584
|
+
version = "0.10.6"
|
|
1585
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1586
1586
|
dependencies = [
|
|
1587
1587
|
"anyhow",
|
|
1588
1588
|
"futures",
|
|
@@ -1621,8 +1621,8 @@ dependencies = [
|
|
|
1621
1621
|
|
|
1622
1622
|
[[package]]
|
|
1623
1623
|
name = "kclvm-ast"
|
|
1624
|
-
version = "0.10.
|
|
1625
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1624
|
+
version = "0.10.6"
|
|
1625
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1626
1626
|
dependencies = [
|
|
1627
1627
|
"compiler_base_span",
|
|
1628
1628
|
"kclvm-error",
|
|
@@ -1636,8 +1636,8 @@ dependencies = [
|
|
|
1636
1636
|
|
|
1637
1637
|
[[package]]
|
|
1638
1638
|
name = "kclvm-ast-pretty"
|
|
1639
|
-
version = "0.10.
|
|
1640
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1639
|
+
version = "0.10.6"
|
|
1640
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1641
1641
|
dependencies = [
|
|
1642
1642
|
"compiler_base_macros",
|
|
1643
1643
|
"compiler_base_session",
|
|
@@ -1650,8 +1650,8 @@ dependencies = [
|
|
|
1650
1650
|
|
|
1651
1651
|
[[package]]
|
|
1652
1652
|
name = "kclvm-compiler"
|
|
1653
|
-
version = "0.10.
|
|
1654
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1653
|
+
version = "0.10.6"
|
|
1654
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1655
1655
|
dependencies = [
|
|
1656
1656
|
"ahash",
|
|
1657
1657
|
"bit-set",
|
|
@@ -1670,8 +1670,8 @@ dependencies = [
|
|
|
1670
1670
|
|
|
1671
1671
|
[[package]]
|
|
1672
1672
|
name = "kclvm-config"
|
|
1673
|
-
version = "0.10.
|
|
1674
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1673
|
+
version = "0.10.6"
|
|
1674
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1675
1675
|
dependencies = [
|
|
1676
1676
|
"ahash",
|
|
1677
1677
|
"anyhow",
|
|
@@ -1694,8 +1694,8 @@ dependencies = [
|
|
|
1694
1694
|
|
|
1695
1695
|
[[package]]
|
|
1696
1696
|
name = "kclvm-driver"
|
|
1697
|
-
version = "0.10.
|
|
1698
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1697
|
+
version = "0.10.6"
|
|
1698
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1699
1699
|
dependencies = [
|
|
1700
1700
|
"anyhow",
|
|
1701
1701
|
"flate2",
|
|
@@ -1718,8 +1718,8 @@ dependencies = [
|
|
|
1718
1718
|
|
|
1719
1719
|
[[package]]
|
|
1720
1720
|
name = "kclvm-error"
|
|
1721
|
-
version = "0.10.
|
|
1722
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1721
|
+
version = "0.10.6"
|
|
1722
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1723
1723
|
dependencies = [
|
|
1724
1724
|
"annotate-snippets",
|
|
1725
1725
|
"anyhow",
|
|
@@ -1740,8 +1740,8 @@ dependencies = [
|
|
|
1740
1740
|
|
|
1741
1741
|
[[package]]
|
|
1742
1742
|
name = "kclvm-evaluator"
|
|
1743
|
-
version = "0.10.
|
|
1744
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1743
|
+
version = "0.10.6"
|
|
1744
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1745
1745
|
dependencies = [
|
|
1746
1746
|
"anyhow",
|
|
1747
1747
|
"generational-arena",
|
|
@@ -1755,8 +1755,8 @@ dependencies = [
|
|
|
1755
1755
|
|
|
1756
1756
|
[[package]]
|
|
1757
1757
|
name = "kclvm-lexer"
|
|
1758
|
-
version = "0.10.
|
|
1759
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1758
|
+
version = "0.10.6"
|
|
1759
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1760
1760
|
dependencies = [
|
|
1761
1761
|
"kclvm-error",
|
|
1762
1762
|
"rustc_lexer",
|
|
@@ -1765,8 +1765,8 @@ dependencies = [
|
|
|
1765
1765
|
|
|
1766
1766
|
[[package]]
|
|
1767
1767
|
name = "kclvm-loader"
|
|
1768
|
-
version = "0.10.
|
|
1769
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1768
|
+
version = "0.10.6"
|
|
1769
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1770
1770
|
dependencies = [
|
|
1771
1771
|
"anyhow",
|
|
1772
1772
|
"indexmap 1.9.3",
|
|
@@ -1782,8 +1782,8 @@ dependencies = [
|
|
|
1782
1782
|
|
|
1783
1783
|
[[package]]
|
|
1784
1784
|
name = "kclvm-macros"
|
|
1785
|
-
version = "0.10.
|
|
1786
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1785
|
+
version = "0.10.6"
|
|
1786
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1787
1787
|
dependencies = [
|
|
1788
1788
|
"proc-macro2",
|
|
1789
1789
|
"quote",
|
|
@@ -1793,8 +1793,8 @@ dependencies = [
|
|
|
1793
1793
|
|
|
1794
1794
|
[[package]]
|
|
1795
1795
|
name = "kclvm-parser"
|
|
1796
|
-
version = "0.10.
|
|
1797
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1796
|
+
version = "0.10.6"
|
|
1797
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1798
1798
|
dependencies = [
|
|
1799
1799
|
"anyhow",
|
|
1800
1800
|
"bstr",
|
|
@@ -1826,8 +1826,8 @@ dependencies = [
|
|
|
1826
1826
|
|
|
1827
1827
|
[[package]]
|
|
1828
1828
|
name = "kclvm-query"
|
|
1829
|
-
version = "0.10.
|
|
1830
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1829
|
+
version = "0.10.6"
|
|
1830
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1831
1831
|
dependencies = [
|
|
1832
1832
|
"anyhow",
|
|
1833
1833
|
"compiler_base_macros",
|
|
@@ -1847,8 +1847,8 @@ dependencies = [
|
|
|
1847
1847
|
|
|
1848
1848
|
[[package]]
|
|
1849
1849
|
name = "kclvm-runner"
|
|
1850
|
-
version = "0.10.
|
|
1851
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1850
|
+
version = "0.10.6"
|
|
1851
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1852
1852
|
dependencies = [
|
|
1853
1853
|
"anyhow",
|
|
1854
1854
|
"cc",
|
|
@@ -1882,8 +1882,8 @@ dependencies = [
|
|
|
1882
1882
|
|
|
1883
1883
|
[[package]]
|
|
1884
1884
|
name = "kclvm-runtime"
|
|
1885
|
-
version = "0.10.
|
|
1886
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1885
|
+
version = "0.10.6"
|
|
1886
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1887
1887
|
dependencies = [
|
|
1888
1888
|
"ahash",
|
|
1889
1889
|
"anyhow",
|
|
@@ -1921,8 +1921,8 @@ dependencies = [
|
|
|
1921
1921
|
|
|
1922
1922
|
[[package]]
|
|
1923
1923
|
name = "kclvm-sema"
|
|
1924
|
-
version = "0.10.
|
|
1925
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1924
|
+
version = "0.10.6"
|
|
1925
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1926
1926
|
dependencies = [
|
|
1927
1927
|
"ahash",
|
|
1928
1928
|
"anyhow",
|
|
@@ -1955,8 +1955,8 @@ dependencies = [
|
|
|
1955
1955
|
|
|
1956
1956
|
[[package]]
|
|
1957
1957
|
name = "kclvm-span"
|
|
1958
|
-
version = "0.10.
|
|
1959
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1958
|
+
version = "0.10.6"
|
|
1959
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1960
1960
|
dependencies = [
|
|
1961
1961
|
"compiler_base_span",
|
|
1962
1962
|
"kclvm-macros",
|
|
@@ -1966,8 +1966,8 @@ dependencies = [
|
|
|
1966
1966
|
|
|
1967
1967
|
[[package]]
|
|
1968
1968
|
name = "kclvm-tools"
|
|
1969
|
-
version = "0.10.
|
|
1970
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
1969
|
+
version = "0.10.6"
|
|
1970
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
1971
1971
|
dependencies = [
|
|
1972
1972
|
"anyhow",
|
|
1973
1973
|
"compiler_base_session",
|
|
@@ -1997,8 +1997,8 @@ dependencies = [
|
|
|
1997
1997
|
|
|
1998
1998
|
[[package]]
|
|
1999
1999
|
name = "kclvm-utils"
|
|
2000
|
-
version = "0.10.
|
|
2001
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2000
|
+
version = "0.10.6"
|
|
2001
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2002
2002
|
dependencies = [
|
|
2003
2003
|
"anyhow",
|
|
2004
2004
|
"fslock",
|
|
@@ -2007,8 +2007,8 @@ dependencies = [
|
|
|
2007
2007
|
|
|
2008
2008
|
[[package]]
|
|
2009
2009
|
name = "kclvm-version"
|
|
2010
|
-
version = "0.10.
|
|
2011
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2010
|
+
version = "0.10.6"
|
|
2011
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2012
2012
|
dependencies = [
|
|
2013
2013
|
"vergen-gitcl",
|
|
2014
2014
|
]
|
|
@@ -2016,7 +2016,7 @@ dependencies = [
|
|
|
2016
2016
|
[[package]]
|
|
2017
2017
|
name = "kclvm_runtime_internal_macros"
|
|
2018
2018
|
version = "0.5.0"
|
|
2019
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2019
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2020
2020
|
dependencies = [
|
|
2021
2021
|
"proc-macro2",
|
|
2022
2022
|
"quote",
|
|
@@ -2516,7 +2516,7 @@ dependencies = [
|
|
|
2516
2516
|
"pest_meta",
|
|
2517
2517
|
"proc-macro2",
|
|
2518
2518
|
"quote",
|
|
2519
|
-
"syn 2.0.
|
|
2519
|
+
"syn 2.0.85",
|
|
2520
2520
|
]
|
|
2521
2521
|
|
|
2522
2522
|
[[package]]
|
|
@@ -2655,11 +2655,11 @@ dependencies = [
|
|
|
2655
2655
|
[[package]]
|
|
2656
2656
|
name = "proc_macro_crate"
|
|
2657
2657
|
version = "0.1.0"
|
|
2658
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2658
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2659
2659
|
dependencies = [
|
|
2660
2660
|
"proc-macro2",
|
|
2661
2661
|
"quote",
|
|
2662
|
-
"syn 2.0.
|
|
2662
|
+
"syn 2.0.85",
|
|
2663
2663
|
]
|
|
2664
2664
|
|
|
2665
2665
|
[[package]]
|
|
@@ -2719,7 +2719,7 @@ dependencies = [
|
|
|
2719
2719
|
[[package]]
|
|
2720
2720
|
name = "prost-wkt"
|
|
2721
2721
|
version = "0.4.1"
|
|
2722
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2722
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2723
2723
|
dependencies = [
|
|
2724
2724
|
"chrono",
|
|
2725
2725
|
"inventory",
|
|
@@ -2733,7 +2733,7 @@ dependencies = [
|
|
|
2733
2733
|
[[package]]
|
|
2734
2734
|
name = "prost-wkt-build"
|
|
2735
2735
|
version = "0.4.1"
|
|
2736
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2736
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2737
2737
|
dependencies = [
|
|
2738
2738
|
"heck 0.4.1",
|
|
2739
2739
|
"prost",
|
|
@@ -2745,7 +2745,7 @@ dependencies = [
|
|
|
2745
2745
|
[[package]]
|
|
2746
2746
|
name = "prost-wkt-types"
|
|
2747
2747
|
version = "0.4.1"
|
|
2748
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
2748
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
2749
2749
|
dependencies = [
|
|
2750
2750
|
"chrono",
|
|
2751
2751
|
"prost",
|
|
@@ -2856,7 +2856,7 @@ dependencies = [
|
|
|
2856
2856
|
"proc-macro2",
|
|
2857
2857
|
"pyo3-macros-backend",
|
|
2858
2858
|
"quote",
|
|
2859
|
-
"syn 2.0.
|
|
2859
|
+
"syn 2.0.85",
|
|
2860
2860
|
]
|
|
2861
2861
|
|
|
2862
2862
|
[[package]]
|
|
@@ -2869,7 +2869,7 @@ dependencies = [
|
|
|
2869
2869
|
"proc-macro2",
|
|
2870
2870
|
"pyo3-build-config",
|
|
2871
2871
|
"quote",
|
|
2872
|
-
"syn 2.0.
|
|
2872
|
+
"syn 2.0.85",
|
|
2873
2873
|
]
|
|
2874
2874
|
|
|
2875
2875
|
[[package]]
|
|
@@ -3466,7 +3466,7 @@ checksum = "7e85ad2009c50b58e87caa8cd6dac16bdf511bbfb7af6c33df902396aa480fa5"
|
|
|
3466
3466
|
dependencies = [
|
|
3467
3467
|
"proc-macro2",
|
|
3468
3468
|
"quote",
|
|
3469
|
-
"syn 2.0.
|
|
3469
|
+
"syn 2.0.85",
|
|
3470
3470
|
]
|
|
3471
3471
|
|
|
3472
3472
|
[[package]]
|
|
@@ -3488,7 +3488,7 @@ checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
|
3488
3488
|
dependencies = [
|
|
3489
3489
|
"proc-macro2",
|
|
3490
3490
|
"quote",
|
|
3491
|
-
"syn 2.0.
|
|
3491
|
+
"syn 2.0.85",
|
|
3492
3492
|
]
|
|
3493
3493
|
|
|
3494
3494
|
[[package]]
|
|
@@ -3506,7 +3506,7 @@ dependencies = [
|
|
|
3506
3506
|
[[package]]
|
|
3507
3507
|
name = "serde_yaml"
|
|
3508
3508
|
version = "0.9.34+deprecated"
|
|
3509
|
-
source = "git+https://github.com/kcl-lang/kcl#
|
|
3509
|
+
source = "git+https://github.com/kcl-lang/kcl#b99953a1e2854b7f49cbf82efcc3d0c508d1a0b8"
|
|
3510
3510
|
dependencies = [
|
|
3511
3511
|
"indexmap 2.6.0",
|
|
3512
3512
|
"itoa",
|
|
@@ -3737,9 +3737,9 @@ dependencies = [
|
|
|
3737
3737
|
|
|
3738
3738
|
[[package]]
|
|
3739
3739
|
name = "syn"
|
|
3740
|
-
version = "2.0.
|
|
3740
|
+
version = "2.0.85"
|
|
3741
3741
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3742
|
-
checksum = "
|
|
3742
|
+
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
|
3743
3743
|
dependencies = [
|
|
3744
3744
|
"proc-macro2",
|
|
3745
3745
|
"quote",
|
|
@@ -3833,7 +3833,7 @@ checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
|
|
3833
3833
|
dependencies = [
|
|
3834
3834
|
"proc-macro2",
|
|
3835
3835
|
"quote",
|
|
3836
|
-
"syn 2.0.
|
|
3836
|
+
"syn 2.0.85",
|
|
3837
3837
|
]
|
|
3838
3838
|
|
|
3839
3839
|
[[package]]
|
|
@@ -3976,7 +3976,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
3976
3976
|
dependencies = [
|
|
3977
3977
|
"proc-macro2",
|
|
3978
3978
|
"quote",
|
|
3979
|
-
"syn 2.0.
|
|
3979
|
+
"syn 2.0.85",
|
|
3980
3980
|
]
|
|
3981
3981
|
|
|
3982
3982
|
[[package]]
|
|
@@ -4076,7 +4076,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
4076
4076
|
dependencies = [
|
|
4077
4077
|
"proc-macro2",
|
|
4078
4078
|
"quote",
|
|
4079
|
-
"syn 2.0.
|
|
4079
|
+
"syn 2.0.85",
|
|
4080
4080
|
]
|
|
4081
4081
|
|
|
4082
4082
|
[[package]]
|
|
@@ -4136,7 +4136,7 @@ checksum = "70b20a22c42c8f1cd23ce5e34f165d4d37038f5b663ad20fb6adbdf029172483"
|
|
|
4136
4136
|
dependencies = [
|
|
4137
4137
|
"proc-macro2",
|
|
4138
4138
|
"quote",
|
|
4139
|
-
"syn 2.0.
|
|
4139
|
+
"syn 2.0.85",
|
|
4140
4140
|
]
|
|
4141
4141
|
|
|
4142
4142
|
[[package]]
|
|
@@ -4216,7 +4216,7 @@ checksum = "1ed7f4237ba393424195053097c1516bd4590dc82b84f2f97c5c69e12704555b"
|
|
|
4216
4216
|
dependencies = [
|
|
4217
4217
|
"proc-macro-hack",
|
|
4218
4218
|
"quote",
|
|
4219
|
-
"syn 2.0.
|
|
4219
|
+
"syn 2.0.85",
|
|
4220
4220
|
"unic-langid-impl",
|
|
4221
4221
|
]
|
|
4222
4222
|
|
|
@@ -4446,7 +4446,7 @@ dependencies = [
|
|
|
4446
4446
|
"once_cell",
|
|
4447
4447
|
"proc-macro2",
|
|
4448
4448
|
"quote",
|
|
4449
|
-
"syn 2.0.
|
|
4449
|
+
"syn 2.0.85",
|
|
4450
4450
|
"wasm-bindgen-shared",
|
|
4451
4451
|
]
|
|
4452
4452
|
|
|
@@ -4480,7 +4480,7 @@ checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
|
4480
4480
|
dependencies = [
|
|
4481
4481
|
"proc-macro2",
|
|
4482
4482
|
"quote",
|
|
4483
|
-
"syn 2.0.
|
|
4483
|
+
"syn 2.0.85",
|
|
4484
4484
|
"wasm-bindgen-backend",
|
|
4485
4485
|
"wasm-bindgen-shared",
|
|
4486
4486
|
]
|
|
@@ -4897,7 +4897,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
4897
4897
|
dependencies = [
|
|
4898
4898
|
"proc-macro2",
|
|
4899
4899
|
"quote",
|
|
4900
|
-
"syn 2.0.
|
|
4900
|
+
"syn 2.0.85",
|
|
4901
4901
|
]
|
|
4902
4902
|
|
|
4903
4903
|
[[package]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "kcl-python-lib"
|
|
3
|
-
version = "0.10.
|
|
3
|
+
version = "0.10.6"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
|
|
6
6
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
@@ -8,5 +8,5 @@ edition = "2021"
|
|
|
8
8
|
crate-type = ["cdylib"]
|
|
9
9
|
|
|
10
10
|
[dependencies]
|
|
11
|
-
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.
|
|
11
|
+
kclvm-api = { git = "https://github.com/kcl-lang/kcl", version = "0.10.6" }
|
|
12
12
|
pyo3 = "0.20.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|