kcl-lib 0.10.6__tar.gz → 0.10.7__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.6 → kcl_lib-0.10.7}/Cargo.lock +71 -71
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/Cargo.toml +2 -2
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/PKG-INFO +2 -2
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/pyproject.toml +1 -1
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/.gitignore +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/Makefile +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/README.md +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/__init__.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/api/__init__.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/api/service.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/api/spec_pb2.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/api/spec_pb2.pyi +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/plugin/__init__.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/kcl_lib/plugin/plugin.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/src/lib.rs +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/api_test.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/plugin_test.py +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/format_path/test.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/get_schema_ty/aaa/kcl.mod +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/get_schema_ty/aaa/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/get_schema_ty/bbb/kcl.mod +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/get_schema_ty/bbb/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/get_schema_ty/ccc/kcl.mod +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/get_schema_ty/ccc/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/lint_path/test-lint.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/option/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/override_file/main.bak +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/override_file/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/parse/kcl.mod +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/parse/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/parse/pkg1/pkg.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/parse/pkg2/pkg.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/plugin.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/rename/main.bak +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/rename/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/schema.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/settings/kcl.yaml +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/testing/module/kcl.mod +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/testing/module/pkg/func.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/testing/module/pkg/func_test.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/update_dependencies/kcl.mod +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/update_dependencies/main.k +0 -0
- {kcl_lib-0.10.6 → kcl_lib-0.10.7}/tests/test_data/variables/main.k +0 -0
|
@@ -73,9 +73,9 @@ dependencies = [
|
|
|
73
73
|
|
|
74
74
|
[[package]]
|
|
75
75
|
name = "anstream"
|
|
76
|
-
version = "0.6.
|
|
76
|
+
version = "0.6.17"
|
|
77
77
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
-
checksum = "
|
|
78
|
+
checksum = "23a1e53f0f5d86382dafe1cf314783b2044280f406e7e1506368220ad11b1338"
|
|
79
79
|
dependencies = [
|
|
80
80
|
"anstyle",
|
|
81
81
|
"anstyle-parse",
|
|
@@ -88,36 +88,36 @@ dependencies = [
|
|
|
88
88
|
|
|
89
89
|
[[package]]
|
|
90
90
|
name = "anstyle"
|
|
91
|
-
version = "1.0.
|
|
91
|
+
version = "1.0.9"
|
|
92
92
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
-
checksum = "
|
|
93
|
+
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
|
94
94
|
|
|
95
95
|
[[package]]
|
|
96
96
|
name = "anstyle-parse"
|
|
97
|
-
version = "0.2.
|
|
97
|
+
version = "0.2.6"
|
|
98
98
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
99
|
-
checksum = "
|
|
99
|
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
100
100
|
dependencies = [
|
|
101
101
|
"utf8parse",
|
|
102
102
|
]
|
|
103
103
|
|
|
104
104
|
[[package]]
|
|
105
105
|
name = "anstyle-query"
|
|
106
|
-
version = "1.1.
|
|
106
|
+
version = "1.1.2"
|
|
107
107
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
108
|
-
checksum = "
|
|
108
|
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
109
109
|
dependencies = [
|
|
110
|
-
"windows-sys 0.
|
|
110
|
+
"windows-sys 0.59.0",
|
|
111
111
|
]
|
|
112
112
|
|
|
113
113
|
[[package]]
|
|
114
114
|
name = "anstyle-wincon"
|
|
115
|
-
version = "3.0.
|
|
115
|
+
version = "3.0.6"
|
|
116
116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
-
checksum = "
|
|
117
|
+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
118
118
|
dependencies = [
|
|
119
119
|
"anstyle",
|
|
120
|
-
"windows-sys 0.
|
|
120
|
+
"windows-sys 0.59.0",
|
|
121
121
|
]
|
|
122
122
|
|
|
123
123
|
[[package]]
|
|
@@ -390,9 +390,9 @@ checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
|
|
|
390
390
|
|
|
391
391
|
[[package]]
|
|
392
392
|
name = "colorchoice"
|
|
393
|
-
version = "1.0.
|
|
393
|
+
version = "1.0.3"
|
|
394
394
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
-
checksum = "
|
|
395
|
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
396
396
|
|
|
397
397
|
[[package]]
|
|
398
398
|
name = "compiler_base_error"
|
|
@@ -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.7"
|
|
1533
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
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.7"
|
|
1585
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1625
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1640
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1654
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1674
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1698
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1722
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1744
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1759
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1769
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1786
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1797
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1830
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1851
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1886
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1925
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1959
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
1970
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
2001
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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.7"
|
|
2011
|
+
source = "git+https://github.com/kcl-lang/kcl#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
2020
2020
|
dependencies = [
|
|
2021
2021
|
"proc-macro2",
|
|
2022
2022
|
"quote",
|
|
@@ -2586,9 +2586,9 @@ dependencies = [
|
|
|
2586
2586
|
|
|
2587
2587
|
[[package]]
|
|
2588
2588
|
name = "pin-project-lite"
|
|
2589
|
-
version = "0.2.
|
|
2589
|
+
version = "0.2.15"
|
|
2590
2590
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2591
|
-
checksum = "
|
|
2591
|
+
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
2592
2592
|
|
|
2593
2593
|
[[package]]
|
|
2594
2594
|
name = "pin-utils"
|
|
@@ -2655,7 +2655,7 @@ 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#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
2659
2659
|
dependencies = [
|
|
2660
2660
|
"proc-macro2",
|
|
2661
2661
|
"quote",
|
|
@@ -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#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
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#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
2749
2749
|
dependencies = [
|
|
2750
2750
|
"chrono",
|
|
2751
2751
|
"prost",
|
|
@@ -3045,9 +3045,9 @@ dependencies = [
|
|
|
3045
3045
|
|
|
3046
3046
|
[[package]]
|
|
3047
3047
|
name = "regex"
|
|
3048
|
-
version = "1.11.
|
|
3048
|
+
version = "1.11.1"
|
|
3049
3049
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3050
|
-
checksum = "
|
|
3050
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
3051
3051
|
dependencies = [
|
|
3052
3052
|
"aho-corasick",
|
|
3053
3053
|
"memchr",
|
|
@@ -3300,9 +3300,9 @@ dependencies = [
|
|
|
3300
3300
|
|
|
3301
3301
|
[[package]]
|
|
3302
3302
|
name = "rustix"
|
|
3303
|
-
version = "0.38.
|
|
3303
|
+
version = "0.38.38"
|
|
3304
3304
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3305
|
-
checksum = "
|
|
3305
|
+
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
|
3306
3306
|
dependencies = [
|
|
3307
3307
|
"bitflags 2.6.0",
|
|
3308
3308
|
"errno",
|
|
@@ -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#8302dcfaa11cb3a5b8f9d8d33232c04a0d781319"
|
|
3510
3510
|
dependencies = [
|
|
3511
3511
|
"indexmap 2.6.0",
|
|
3512
3512
|
"itoa",
|
|
@@ -4493,9 +4493,9 @@ checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|
|
4493
4493
|
|
|
4494
4494
|
[[package]]
|
|
4495
4495
|
name = "wasm-streams"
|
|
4496
|
-
version = "0.4.
|
|
4496
|
+
version = "0.4.2"
|
|
4497
4497
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4498
|
-
checksum = "
|
|
4498
|
+
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
|
4499
4499
|
dependencies = [
|
|
4500
4500
|
"futures-util",
|
|
4501
4501
|
"js-sys",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "kcl-python-lib"
|
|
3
|
-
version = "0.10.
|
|
3
|
+
version = "0.10.7"
|
|
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.7" }
|
|
12
12
|
pyo3 = "0.20.1"
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: kcl_lib
|
|
3
|
-
Version: 0.10.
|
|
3
|
+
Version: 0.10.7
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
7
|
-
Requires-Dist: protobuf >=
|
|
7
|
+
Requires-Dist: protobuf >=5.27.2
|
|
8
8
|
Requires-Dist: pdoc ; extra == 'docs'
|
|
9
9
|
Requires-Dist: ruff ; extra == 'lint'
|
|
10
10
|
Requires-Dist: pytest ; extra == 'test'
|
|
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
|