rubydex 0.2.8 → 0.2.9
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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/THIRD_PARTY_LICENSES.html +132 -1378
- data/exe/rdx +28 -2
- data/ext/rubydex/extconf.rb +0 -8
- data/ext/rubydex/graph.c +15 -15
- data/lib/rubydex/mcp_server/protocol.rb +156 -0
- data/lib/rubydex/mcp_server/tools/base_tool.rb +109 -0
- data/lib/rubydex/mcp_server/tools/codebase_stats_tool.rb +30 -0
- data/lib/rubydex/mcp_server/tools/find_constant_references_tool.rb +46 -0
- data/lib/rubydex/mcp_server/tools/get_declaration_tool.rb +68 -0
- data/lib/rubydex/mcp_server/tools/get_descendants_tool.rb +46 -0
- data/lib/rubydex/mcp_server/tools/get_file_declarations_tool.rb +55 -0
- data/lib/rubydex/mcp_server/tools/search_declarations_tool.rb +55 -0
- data/lib/rubydex/mcp_server.rb +219 -0
- data/lib/rubydex/version.rb +1 -1
- data/rbi/rubydex.rbi +4 -4
- data/rust/Cargo.lock +1 -555
- data/rust/Cargo.toml +0 -1
- data/rust/rubydex/src/config.rs +54 -34
- data/rust/rubydex/src/listing.rs +159 -102
- data/rust/rubydex/src/main.rs +1 -1
- data/rust/rubydex/src/model/graph.rs +7 -7
- data/rust/rubydex/src/operation/applier.rs +0 -2
- data/rust/rubydex-sys/src/graph_api.rs +17 -13
- metadata +11 -10
- data/exe/rubydex_mcp +0 -17
- data/lib/rubydex/bin/rubydex_mcp.exe +0 -0
- data/rust/rubydex-mcp/Cargo.toml +0 -34
- data/rust/rubydex-mcp/src/main.rs +0 -48
- data/rust/rubydex-mcp/src/server.rs +0 -1148
- data/rust/rubydex-mcp/src/tools.rs +0 -49
- data/rust/rubydex-mcp/tests/mcp.rs +0 -302
data/THIRD_PARTY_LICENSES.html
CHANGED
|
@@ -50,9 +50,9 @@
|
|
|
50
50
|
|
|
51
51
|
<h2>Overview of licenses:</h2>
|
|
52
52
|
<ul class="licenses-overview">
|
|
53
|
-
<li><a href="#Apache-2.0">Apache License 2.0</a> (
|
|
54
|
-
<li><a href="#MIT">MIT License</a> (30)</li>
|
|
53
|
+
<li><a href="#Apache-2.0">Apache License 2.0</a> (116)</li>
|
|
55
54
|
<li><a href="#Unicode-3.0">Unicode License v3</a> (19)</li>
|
|
55
|
+
<li><a href="#MIT">MIT License</a> (16)</li>
|
|
56
56
|
<li><a href="#BSD-2-Clause">BSD 2-Clause "Simplified" License</a> (2)</li>
|
|
57
57
|
<li><a href="#BSD-3-Clause">BSD 3-Clause "New" or "Revised" License</a> (1)</li>
|
|
58
58
|
<li><a href="#BSL-1.0">Boost Software License 1.0</a> (1)</li>
|
|
@@ -495,27 +495,9 @@
|
|
|
495
495
|
<h3 id="Apache-2.0">Apache License 2.0</h3>
|
|
496
496
|
<h4>Used by:</h4>
|
|
497
497
|
<ul class="license-used-by">
|
|
498
|
-
<li><a
|
|
499
|
-
href=" https://github.com/microsoft/windows-rs ">windows-core
|
|
500
|
-
0.62.2</a></li>
|
|
501
|
-
<li><a
|
|
502
|
-
href=" https://github.com/microsoft/windows-rs ">windows-implement
|
|
503
|
-
0.60.2</a></li>
|
|
504
|
-
<li><a
|
|
505
|
-
href=" https://github.com/microsoft/windows-rs ">windows-interface
|
|
506
|
-
0.59.3</a></li>
|
|
507
498
|
<li><a
|
|
508
499
|
href=" https://github.com/microsoft/windows-rs ">windows-link
|
|
509
500
|
0.1.3</a></li>
|
|
510
|
-
<li><a
|
|
511
|
-
href=" https://github.com/microsoft/windows-rs ">windows-link
|
|
512
|
-
0.2.1</a></li>
|
|
513
|
-
<li><a
|
|
514
|
-
href=" https://github.com/microsoft/windows-rs ">windows-result
|
|
515
|
-
0.4.1</a></li>
|
|
516
|
-
<li><a
|
|
517
|
-
href=" https://github.com/microsoft/windows-rs ">windows-strings
|
|
518
|
-
0.5.1</a></li>
|
|
519
501
|
<li><a
|
|
520
502
|
href=" https://github.com/microsoft/windows-rs ">windows-sys
|
|
521
503
|
0.59.0</a></li>
|
|
@@ -1289,32 +1271,125 @@
|
|
|
1289
1271
|
<h4>Used by:</h4>
|
|
1290
1272
|
<ul class="license-used-by">
|
|
1291
1273
|
<li><a
|
|
1292
|
-
href=" https://github.com/
|
|
1293
|
-
|
|
1274
|
+
href=" https://github.com/cuviper/autocfg ">autocfg
|
|
1275
|
+
1.5.0</a></li>
|
|
1276
|
+
<li><a
|
|
1277
|
+
href=" https://github.com/bitflags/bitflags ">bitflags
|
|
1278
|
+
2.9.1</a></li>
|
|
1279
|
+
<li><a
|
|
1280
|
+
href=" https://github.com/BurntSushi/bstr ">bstr
|
|
1281
|
+
1.12.0</a></li>
|
|
1282
|
+
<li><a
|
|
1283
|
+
href=" https://github.com/rust-lang/cc-rs ">cc
|
|
1284
|
+
1.2.30</a></li>
|
|
1285
|
+
<li><a
|
|
1286
|
+
href=" https://github.com/jethrogb/rust-cexpr ">cexpr
|
|
1287
|
+
0.6.0</a></li>
|
|
1288
|
+
<li><a
|
|
1289
|
+
href=" https://github.com/rust-lang/cfg-if ">cfg-if
|
|
1290
|
+
1.0.1</a></li>
|
|
1291
|
+
<li><a
|
|
1292
|
+
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-channel
|
|
1293
|
+
0.5.15</a></li>
|
|
1294
|
+
<li><a
|
|
1295
|
+
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-deque
|
|
1296
|
+
0.8.6</a></li>
|
|
1297
|
+
<li><a
|
|
1298
|
+
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-epoch
|
|
1299
|
+
0.9.18</a></li>
|
|
1300
|
+
<li><a
|
|
1301
|
+
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-utils
|
|
1302
|
+
0.8.21</a></li>
|
|
1303
|
+
<li><a
|
|
1304
|
+
href=" https://github.com/yaahc/displaydoc ">displaydoc
|
|
1305
|
+
0.2.5</a></li>
|
|
1306
|
+
<li><a
|
|
1307
|
+
href=" https://github.com/rayon-rs/either ">either
|
|
1308
|
+
1.15.0</a></li>
|
|
1309
|
+
<li><a
|
|
1310
|
+
href=" https://github.com/indexmap-rs/equivalent ">equivalent
|
|
1311
|
+
1.0.2</a></li>
|
|
1312
|
+
<li><a
|
|
1313
|
+
href=" https://github.com/lambda-fairy/rust-errno ">errno
|
|
1314
|
+
0.3.13</a></li>
|
|
1315
|
+
<li><a
|
|
1316
|
+
href=" https://github.com/smol-rs/fastrand ">fastrand
|
|
1317
|
+
2.3.0</a></li>
|
|
1318
|
+
<li><a
|
|
1319
|
+
href=" https://github.com/servo/rust-url ">form_urlencoded
|
|
1320
|
+
1.2.1</a></li>
|
|
1321
|
+
<li><a
|
|
1322
|
+
href=" https://github.com/rust-lang/glob ">glob
|
|
1323
|
+
0.3.2</a></li>
|
|
1324
|
+
<li><a
|
|
1325
|
+
href=" https://github.com/rust-lang/hashbrown ">hashbrown
|
|
1326
|
+
0.17.1</a></li>
|
|
1327
|
+
<li><a
|
|
1328
|
+
href=" https://github.com/withoutboats/heck ">heck
|
|
1329
|
+
0.5.0</a></li>
|
|
1330
|
+
<li><a
|
|
1331
|
+
href=" https://github.com/servo/rust-url/ ">idna
|
|
1332
|
+
1.0.3</a></li>
|
|
1333
|
+
<li><a
|
|
1334
|
+
href=" https://github.com/hsivonen/idna_adapter ">idna_adapter
|
|
1335
|
+
1.2.1</a></li>
|
|
1336
|
+
<li><a
|
|
1337
|
+
href=" https://github.com/indexmap-rs/indexmap ">indexmap
|
|
1338
|
+
2.14.0</a></li>
|
|
1339
|
+
<li><a
|
|
1340
|
+
href=" https://github.com/rust-itertools/itertools ">itertools
|
|
1341
|
+
0.13.0</a></li>
|
|
1342
|
+
<li><a
|
|
1343
|
+
href=" https://github.com/sunfishcode/linux-raw-sys ">linux-raw-sys
|
|
1344
|
+
0.9.4</a></li>
|
|
1345
|
+
<li><a
|
|
1346
|
+
href=" https://github.com/rust-lang/log ">log
|
|
1347
|
+
0.4.27</a></li>
|
|
1348
|
+
<li><a
|
|
1349
|
+
href=" https://github.com/rust-num/num-traits ">num-traits
|
|
1350
|
+
0.2.19</a></li>
|
|
1351
|
+
<li><a
|
|
1352
|
+
href=" https://github.com/matklad/once_cell ">once_cell
|
|
1353
|
+
1.21.3</a></li>
|
|
1354
|
+
<li><a
|
|
1355
|
+
href=" https://github.com/servo/rust-url/ ">percent-encoding
|
|
1356
|
+
2.3.1</a></li>
|
|
1357
|
+
<li><a
|
|
1358
|
+
href=" https://github.com/rust-lang/regex/tree/master/regex-automata ">regex-automata
|
|
1359
|
+
0.4.9</a></li>
|
|
1294
1360
|
<li><a
|
|
1295
|
-
href=" https://github.com/rust-lang/
|
|
1296
|
-
0.
|
|
1361
|
+
href=" https://github.com/rust-lang/regex/tree/master/regex-syntax ">regex-syntax
|
|
1362
|
+
0.8.5</a></li>
|
|
1363
|
+
<li><a
|
|
1364
|
+
href=" https://github.com/rust-lang/regex ">regex
|
|
1365
|
+
1.11.1</a></li>
|
|
1366
|
+
<li><a
|
|
1367
|
+
href=" https://github.com/bytecodealliance/rustix ">rustix
|
|
1368
|
+
1.0.8</a></li>
|
|
1297
1369
|
<li><a
|
|
1298
|
-
href=" https://github.com/rust-
|
|
1299
|
-
|
|
1370
|
+
href=" https://github.com/servo/rust-smallvec ">smallvec
|
|
1371
|
+
1.15.1</a></li>
|
|
1372
|
+
<li><a
|
|
1373
|
+
href=" https://github.com/storyyeller/stable_deref_trait ">stable_deref_trait
|
|
1374
|
+
1.2.0</a></li>
|
|
1300
1375
|
<li><a
|
|
1301
|
-
href=" https://github.com/
|
|
1302
|
-
|
|
1376
|
+
href=" https://github.com/Stebalien/tempfile ">tempfile
|
|
1377
|
+
3.20.0</a></li>
|
|
1303
1378
|
<li><a
|
|
1304
|
-
href=" https://github.com/
|
|
1305
|
-
0.3.
|
|
1379
|
+
href=" https://github.com/tikv/jemallocator ">tikv-jemalloc-sys
|
|
1380
|
+
0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8</a></li>
|
|
1306
1381
|
<li><a
|
|
1307
|
-
href=" https://github.com/
|
|
1308
|
-
0.
|
|
1382
|
+
href=" https://github.com/tikv/jemallocator ">tikv-jemallocator
|
|
1383
|
+
0.7.0</a></li>
|
|
1309
1384
|
<li><a
|
|
1310
|
-
href=" https://github.com/rust-
|
|
1311
|
-
|
|
1385
|
+
href=" https://github.com/servo/rust-url ">url
|
|
1386
|
+
2.5.4</a></li>
|
|
1312
1387
|
<li><a
|
|
1313
|
-
href=" https://github.com/
|
|
1314
|
-
0.
|
|
1388
|
+
href=" https://github.com/alexcrichton/wait-timeout ">wait-timeout
|
|
1389
|
+
0.2.1</a></li>
|
|
1315
1390
|
<li><a
|
|
1316
|
-
href=" https://github.com/
|
|
1317
|
-
0.
|
|
1391
|
+
href=" https://github.com/bytecodealliance/wasi-rs ">wasi
|
|
1392
|
+
0.14.2+wasi-0.2.4</a></li>
|
|
1318
1393
|
</ul>
|
|
1319
1394
|
<pre class="license-text"> Apache License
|
|
1320
1395
|
Version 2.0, January 2004
|
|
@@ -1504,8 +1579,7 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
1504
1579
|
same "printed page" as the copyright notice for easier
|
|
1505
1580
|
identification within third-party archives.
|
|
1506
1581
|
|
|
1507
|
-
Copyright
|
|
1508
|
-
Copyright (c) 2017 The Tokio Authors
|
|
1582
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1509
1583
|
|
|
1510
1584
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1511
1585
|
you may not use this file except in compliance with the License.
|
|
@@ -1525,8 +1599,8 @@ limitations under the License.
|
|
|
1525
1599
|
<h4>Used by:</h4>
|
|
1526
1600
|
<ul class="license-used-by">
|
|
1527
1601
|
<li><a
|
|
1528
|
-
href=" https://github.com/
|
|
1529
|
-
0.1
|
|
1602
|
+
href=" https://github.com/Alexhuszagh/minimal-lexical ">minimal-lexical
|
|
1603
|
+
0.2.1</a></li>
|
|
1530
1604
|
</ul>
|
|
1531
1605
|
<pre class="license-text"> Apache License
|
|
1532
1606
|
Version 2.0, January 2004
|
|
@@ -1716,13 +1790,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
1716
1790
|
same "printed page" as the copyright notice for easier
|
|
1717
1791
|
identification within third-party archives.
|
|
1718
1792
|
|
|
1719
|
-
Copyright
|
|
1793
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1720
1794
|
|
|
1721
1795
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1722
1796
|
you may not use this file except in compliance with the License.
|
|
1723
1797
|
You may obtain a copy of the License at
|
|
1724
1798
|
|
|
1725
|
-
|
|
1799
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
1726
1800
|
|
|
1727
1801
|
Unless required by applicable law or agreed to in writing, software
|
|
1728
1802
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -1736,15 +1810,12 @@ limitations under the License.
|
|
|
1736
1810
|
<h4>Used by:</h4>
|
|
1737
1811
|
<ul class="license-used-by">
|
|
1738
1812
|
<li><a
|
|
1739
|
-
href=" https://github.com/
|
|
1740
|
-
0.
|
|
1741
|
-
<li><a
|
|
1742
|
-
href=" https://github.com/strawlab/iana-time-zone ">iana-time-zone
|
|
1743
|
-
0.1.65</a></li>
|
|
1813
|
+
href=" https://github.com/rust-random/getrandom ">getrandom
|
|
1814
|
+
0.3.3</a></li>
|
|
1744
1815
|
</ul>
|
|
1745
1816
|
<pre class="license-text"> Apache License
|
|
1746
1817
|
Version 2.0, January 2004
|
|
1747
|
-
|
|
1818
|
+
https://www.apache.org/licenses/
|
|
1748
1819
|
|
|
1749
1820
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
1750
1821
|
|
|
@@ -1930,787 +2001,13 @@ APPENDIX: How to apply the Apache License to your work.
|
|
|
1930
2001
|
same "printed page" as the copyright notice for easier
|
|
1931
2002
|
identification within third-party archives.
|
|
1932
2003
|
|
|
1933
|
-
Copyright
|
|
2004
|
+
Copyright [yyyy] [name of copyright owner]
|
|
1934
2005
|
|
|
1935
2006
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
1936
2007
|
you may not use this file except in compliance with the License.
|
|
1937
2008
|
You may obtain a copy of the License at
|
|
1938
2009
|
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
Unless required by applicable law or agreed to in writing, software
|
|
1942
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
1943
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
1944
|
-
See the License for the specific language governing permissions and
|
|
1945
|
-
limitations under the License.
|
|
1946
|
-
</pre>
|
|
1947
|
-
</li>
|
|
1948
|
-
<li class="license">
|
|
1949
|
-
<h3 id="Apache-2.0">Apache License 2.0</h3>
|
|
1950
|
-
<h4>Used by:</h4>
|
|
1951
|
-
<ul class="license-used-by">
|
|
1952
|
-
<li><a
|
|
1953
|
-
href=" https://github.com/cuviper/autocfg ">autocfg
|
|
1954
|
-
1.5.0</a></li>
|
|
1955
|
-
<li><a
|
|
1956
|
-
href=" https://github.com/marshallpierce/rust-base64 ">base64
|
|
1957
|
-
0.22.1</a></li>
|
|
1958
|
-
<li><a
|
|
1959
|
-
href=" https://github.com/bitflags/bitflags ">bitflags
|
|
1960
|
-
2.9.1</a></li>
|
|
1961
|
-
<li><a
|
|
1962
|
-
href=" https://github.com/BurntSushi/bstr ">bstr
|
|
1963
|
-
1.12.0</a></li>
|
|
1964
|
-
<li><a
|
|
1965
|
-
href=" https://github.com/fitzgen/bumpalo ">bumpalo
|
|
1966
|
-
3.19.1</a></li>
|
|
1967
|
-
<li><a
|
|
1968
|
-
href=" https://github.com/rust-lang/cc-rs ">cc
|
|
1969
|
-
1.2.30</a></li>
|
|
1970
|
-
<li><a
|
|
1971
|
-
href=" https://github.com/jethrogb/rust-cexpr ">cexpr
|
|
1972
|
-
0.6.0</a></li>
|
|
1973
|
-
<li><a
|
|
1974
|
-
href=" https://github.com/rust-lang/cfg-if ">cfg-if
|
|
1975
|
-
1.0.1</a></li>
|
|
1976
|
-
<li><a
|
|
1977
|
-
href=" https://github.com/servo/core-foundation-rs ">core-foundation-sys
|
|
1978
|
-
0.8.7</a></li>
|
|
1979
|
-
<li><a
|
|
1980
|
-
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-channel
|
|
1981
|
-
0.5.15</a></li>
|
|
1982
|
-
<li><a
|
|
1983
|
-
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-deque
|
|
1984
|
-
0.8.6</a></li>
|
|
1985
|
-
<li><a
|
|
1986
|
-
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-epoch
|
|
1987
|
-
0.9.18</a></li>
|
|
1988
|
-
<li><a
|
|
1989
|
-
href=" https://github.com/crossbeam-rs/crossbeam ">crossbeam-utils
|
|
1990
|
-
0.8.21</a></li>
|
|
1991
|
-
<li><a
|
|
1992
|
-
href=" https://github.com/yaahc/displaydoc ">displaydoc
|
|
1993
|
-
0.2.5</a></li>
|
|
1994
|
-
<li><a
|
|
1995
|
-
href=" https://github.com/rayon-rs/either ">either
|
|
1996
|
-
1.15.0</a></li>
|
|
1997
|
-
<li><a
|
|
1998
|
-
href=" https://github.com/indexmap-rs/equivalent ">equivalent
|
|
1999
|
-
1.0.2</a></li>
|
|
2000
|
-
<li><a
|
|
2001
|
-
href=" https://github.com/lambda-fairy/rust-errno ">errno
|
|
2002
|
-
0.3.13</a></li>
|
|
2003
|
-
<li><a
|
|
2004
|
-
href=" https://github.com/smol-rs/fastrand ">fastrand
|
|
2005
|
-
2.3.0</a></li>
|
|
2006
|
-
<li><a
|
|
2007
|
-
href=" https://github.com/servo/rust-url ">form_urlencoded
|
|
2008
|
-
1.2.1</a></li>
|
|
2009
|
-
<li><a
|
|
2010
|
-
href=" https://github.com/rust-lang/glob ">glob
|
|
2011
|
-
0.3.2</a></li>
|
|
2012
|
-
<li><a
|
|
2013
|
-
href=" https://github.com/rust-lang/hashbrown ">hashbrown
|
|
2014
|
-
0.17.1</a></li>
|
|
2015
|
-
<li><a
|
|
2016
|
-
href=" https://github.com/withoutboats/heck ">heck
|
|
2017
|
-
0.5.0</a></li>
|
|
2018
|
-
<li><a
|
|
2019
|
-
href=" https://github.com/servo/rust-url/ ">idna
|
|
2020
|
-
1.0.3</a></li>
|
|
2021
|
-
<li><a
|
|
2022
|
-
href=" https://github.com/hsivonen/idna_adapter ">idna_adapter
|
|
2023
|
-
1.2.1</a></li>
|
|
2024
|
-
<li><a
|
|
2025
|
-
href=" https://github.com/indexmap-rs/indexmap ">indexmap
|
|
2026
|
-
2.14.0</a></li>
|
|
2027
|
-
<li><a
|
|
2028
|
-
href=" https://github.com/rust-itertools/itertools ">itertools
|
|
2029
|
-
0.13.0</a></li>
|
|
2030
|
-
<li><a
|
|
2031
|
-
href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys ">js-sys
|
|
2032
|
-
0.3.85</a></li>
|
|
2033
|
-
<li><a
|
|
2034
|
-
href=" https://github.com/sunfishcode/linux-raw-sys ">linux-raw-sys
|
|
2035
|
-
0.9.4</a></li>
|
|
2036
|
-
<li><a
|
|
2037
|
-
href=" https://github.com/rust-lang/log ">log
|
|
2038
|
-
0.4.27</a></li>
|
|
2039
|
-
<li><a
|
|
2040
|
-
href=" https://github.com/rust-num/num-traits ">num-traits
|
|
2041
|
-
0.2.19</a></li>
|
|
2042
|
-
<li><a
|
|
2043
|
-
href=" https://github.com/matklad/once_cell ">once_cell
|
|
2044
|
-
1.21.3</a></li>
|
|
2045
|
-
<li><a
|
|
2046
|
-
href=" https://github.com/servo/rust-url/ ">percent-encoding
|
|
2047
|
-
2.3.1</a></li>
|
|
2048
|
-
<li><a
|
|
2049
|
-
href=" https://github.com/rust-lang/regex/tree/master/regex-automata ">regex-automata
|
|
2050
|
-
0.4.9</a></li>
|
|
2051
|
-
<li><a
|
|
2052
|
-
href=" https://github.com/rust-lang/regex/tree/master/regex-syntax ">regex-syntax
|
|
2053
|
-
0.8.5</a></li>
|
|
2054
|
-
<li><a
|
|
2055
|
-
href=" https://github.com/rust-lang/regex ">regex
|
|
2056
|
-
1.11.1</a></li>
|
|
2057
|
-
<li><a
|
|
2058
|
-
href=" https://github.com/bytecodealliance/rustix ">rustix
|
|
2059
|
-
1.0.8</a></li>
|
|
2060
|
-
<li><a
|
|
2061
|
-
href=" https://github.com/servo/rust-smallvec ">smallvec
|
|
2062
|
-
1.15.1</a></li>
|
|
2063
|
-
<li><a
|
|
2064
|
-
href=" https://github.com/storyyeller/stable_deref_trait ">stable_deref_trait
|
|
2065
|
-
1.2.0</a></li>
|
|
2066
|
-
<li><a
|
|
2067
|
-
href=" https://github.com/Stebalien/tempfile ">tempfile
|
|
2068
|
-
3.20.0</a></li>
|
|
2069
|
-
<li><a
|
|
2070
|
-
href=" https://github.com/tikv/jemallocator ">tikv-jemalloc-sys
|
|
2071
|
-
0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8</a></li>
|
|
2072
|
-
<li><a
|
|
2073
|
-
href=" https://github.com/tikv/jemallocator ">tikv-jemallocator
|
|
2074
|
-
0.7.0</a></li>
|
|
2075
|
-
<li><a
|
|
2076
|
-
href=" https://github.com/servo/rust-url ">url
|
|
2077
|
-
2.5.4</a></li>
|
|
2078
|
-
<li><a
|
|
2079
|
-
href=" https://github.com/alexcrichton/wait-timeout ">wait-timeout
|
|
2080
|
-
0.2.1</a></li>
|
|
2081
|
-
<li><a
|
|
2082
|
-
href=" https://github.com/bytecodealliance/wasi-rs ">wasi
|
|
2083
|
-
0.14.2+wasi-0.2.4</a></li>
|
|
2084
|
-
<li><a
|
|
2085
|
-
href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro-support ">wasm-bindgen-macro-support
|
|
2086
|
-
0.2.108</a></li>
|
|
2087
|
-
<li><a
|
|
2088
|
-
href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/macro ">wasm-bindgen-macro
|
|
2089
|
-
0.2.108</a></li>
|
|
2090
|
-
<li><a
|
|
2091
|
-
href=" https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/shared ">wasm-bindgen-shared
|
|
2092
|
-
0.2.108</a></li>
|
|
2093
|
-
<li><a
|
|
2094
|
-
href=" https://github.com/wasm-bindgen/wasm-bindgen ">wasm-bindgen
|
|
2095
|
-
0.2.108</a></li>
|
|
2096
|
-
</ul>
|
|
2097
|
-
<pre class="license-text"> Apache License
|
|
2098
|
-
Version 2.0, January 2004
|
|
2099
|
-
http://www.apache.org/licenses/
|
|
2100
|
-
|
|
2101
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2102
|
-
|
|
2103
|
-
1. Definitions.
|
|
2104
|
-
|
|
2105
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
2106
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
2107
|
-
|
|
2108
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
2109
|
-
the copyright owner that is granting the License.
|
|
2110
|
-
|
|
2111
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
2112
|
-
other entities that control, are controlled by, or are under common
|
|
2113
|
-
control with that entity. For the purposes of this definition,
|
|
2114
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
2115
|
-
direction or management of such entity, whether by contract or
|
|
2116
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2117
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2118
|
-
|
|
2119
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
2120
|
-
exercising permissions granted by this License.
|
|
2121
|
-
|
|
2122
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
2123
|
-
including but not limited to software source code, documentation
|
|
2124
|
-
source, and configuration files.
|
|
2125
|
-
|
|
2126
|
-
"Object" form shall mean any form resulting from mechanical
|
|
2127
|
-
transformation or translation of a Source form, including but
|
|
2128
|
-
not limited to compiled object code, generated documentation,
|
|
2129
|
-
and conversions to other media types.
|
|
2130
|
-
|
|
2131
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
2132
|
-
Object form, made available under the License, as indicated by a
|
|
2133
|
-
copyright notice that is included in or attached to the work
|
|
2134
|
-
(an example is provided in the Appendix below).
|
|
2135
|
-
|
|
2136
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
2137
|
-
form, that is based on (or derived from) the Work and for which the
|
|
2138
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
2139
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
2140
|
-
of this License, Derivative Works shall not include works that remain
|
|
2141
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
2142
|
-
the Work and Derivative Works thereof.
|
|
2143
|
-
|
|
2144
|
-
"Contribution" shall mean any work of authorship, including
|
|
2145
|
-
the original version of the Work and any modifications or additions
|
|
2146
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
2147
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2148
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
2149
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
2150
|
-
means any form of electronic, verbal, or written communication sent
|
|
2151
|
-
to the Licensor or its representatives, including but not limited to
|
|
2152
|
-
communication on electronic mailing lists, source code control systems,
|
|
2153
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
2154
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
2155
|
-
excluding communication that is conspicuously marked or otherwise
|
|
2156
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
2157
|
-
|
|
2158
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2159
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
2160
|
-
subsequently incorporated within the Work.
|
|
2161
|
-
|
|
2162
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2163
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2164
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2165
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
2166
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
2167
|
-
Work and such Derivative Works in Source or Object form.
|
|
2168
|
-
|
|
2169
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
2170
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2171
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2172
|
-
(except as stated in this section) patent license to make, have made,
|
|
2173
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2174
|
-
where such license applies only to those patent claims licensable
|
|
2175
|
-
by such Contributor that are necessarily infringed by their
|
|
2176
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
2177
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
2178
|
-
institute patent litigation against any entity (including a
|
|
2179
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2180
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
2181
|
-
or contributory patent infringement, then any patent licenses
|
|
2182
|
-
granted to You under this License for that Work shall terminate
|
|
2183
|
-
as of the date such litigation is filed.
|
|
2184
|
-
|
|
2185
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
2186
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
2187
|
-
modifications, and in Source or Object form, provided that You
|
|
2188
|
-
meet the following conditions:
|
|
2189
|
-
|
|
2190
|
-
(a) You must give any other recipients of the Work or
|
|
2191
|
-
Derivative Works a copy of this License; and
|
|
2192
|
-
|
|
2193
|
-
(b) You must cause any modified files to carry prominent notices
|
|
2194
|
-
stating that You changed the files; and
|
|
2195
|
-
|
|
2196
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
2197
|
-
that You distribute, all copyright, patent, trademark, and
|
|
2198
|
-
attribution notices from the Source form of the Work,
|
|
2199
|
-
excluding those notices that do not pertain to any part of
|
|
2200
|
-
the Derivative Works; and
|
|
2201
|
-
|
|
2202
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
2203
|
-
distribution, then any Derivative Works that You distribute must
|
|
2204
|
-
include a readable copy of the attribution notices contained
|
|
2205
|
-
within such NOTICE file, excluding those notices that do not
|
|
2206
|
-
pertain to any part of the Derivative Works, in at least one
|
|
2207
|
-
of the following places: within a NOTICE text file distributed
|
|
2208
|
-
as part of the Derivative Works; within the Source form or
|
|
2209
|
-
documentation, if provided along with the Derivative Works; or,
|
|
2210
|
-
within a display generated by the Derivative Works, if and
|
|
2211
|
-
wherever such third-party notices normally appear. The contents
|
|
2212
|
-
of the NOTICE file are for informational purposes only and
|
|
2213
|
-
do not modify the License. You may add Your own attribution
|
|
2214
|
-
notices within Derivative Works that You distribute, alongside
|
|
2215
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
2216
|
-
that such additional attribution notices cannot be construed
|
|
2217
|
-
as modifying the License.
|
|
2218
|
-
|
|
2219
|
-
You may add Your own copyright statement to Your modifications and
|
|
2220
|
-
may provide additional or different license terms and conditions
|
|
2221
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
2222
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
2223
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
2224
|
-
the conditions stated in this License.
|
|
2225
|
-
|
|
2226
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2227
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
2228
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
2229
|
-
this License, without any additional terms or conditions.
|
|
2230
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
2231
|
-
the terms of any separate license agreement you may have executed
|
|
2232
|
-
with Licensor regarding such Contributions.
|
|
2233
|
-
|
|
2234
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
2235
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
2236
|
-
except as required for reasonable and customary use in describing the
|
|
2237
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
2238
|
-
|
|
2239
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2240
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
2241
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2242
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2243
|
-
implied, including, without limitation, any warranties or conditions
|
|
2244
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2245
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2246
|
-
appropriateness of using or redistributing the Work and assume any
|
|
2247
|
-
risks associated with Your exercise of permissions under this License.
|
|
2248
|
-
|
|
2249
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
2250
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
2251
|
-
unless required by applicable law (such as deliberate and grossly
|
|
2252
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
2253
|
-
liable to You for damages, including any direct, indirect, special,
|
|
2254
|
-
incidental, or consequential damages of any character arising as a
|
|
2255
|
-
result of this License or out of the use or inability to use the
|
|
2256
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
2257
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
2258
|
-
other commercial damages or losses), even if such Contributor
|
|
2259
|
-
has been advised of the possibility of such damages.
|
|
2260
|
-
|
|
2261
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
2262
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
2263
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2264
|
-
or other liability obligations and/or rights consistent with this
|
|
2265
|
-
License. However, in accepting such obligations, You may act only
|
|
2266
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
2267
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
2268
|
-
defend, and hold each Contributor harmless for any liability
|
|
2269
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
2270
|
-
of your accepting any such warranty or additional liability.
|
|
2271
|
-
|
|
2272
|
-
END OF TERMS AND CONDITIONS
|
|
2273
|
-
|
|
2274
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
2275
|
-
|
|
2276
|
-
To apply the Apache License to your work, attach the following
|
|
2277
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2278
|
-
replaced with your own identifying information. (Don't include
|
|
2279
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
2280
|
-
comment syntax for the file format. We also recommend that a
|
|
2281
|
-
file or class name and description of purpose be included on the
|
|
2282
|
-
same "printed page" as the copyright notice for easier
|
|
2283
|
-
identification within third-party archives.
|
|
2284
|
-
|
|
2285
|
-
Copyright [yyyy] [name of copyright owner]
|
|
2286
|
-
|
|
2287
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2288
|
-
you may not use this file except in compliance with the License.
|
|
2289
|
-
You may obtain a copy of the License at
|
|
2290
|
-
|
|
2291
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2292
|
-
|
|
2293
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2294
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2295
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2296
|
-
See the License for the specific language governing permissions and
|
|
2297
|
-
limitations under the License.
|
|
2298
|
-
</pre>
|
|
2299
|
-
</li>
|
|
2300
|
-
<li class="license">
|
|
2301
|
-
<h3 id="Apache-2.0">Apache License 2.0</h3>
|
|
2302
|
-
<h4>Used by:</h4>
|
|
2303
|
-
<ul class="license-used-by">
|
|
2304
|
-
<li><a
|
|
2305
|
-
href=" https://github.com/Alexhuszagh/minimal-lexical ">minimal-lexical
|
|
2306
|
-
0.2.1</a></li>
|
|
2307
|
-
</ul>
|
|
2308
|
-
<pre class="license-text"> Apache License
|
|
2309
|
-
Version 2.0, January 2004
|
|
2310
|
-
http://www.apache.org/licenses/
|
|
2311
|
-
|
|
2312
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2313
|
-
|
|
2314
|
-
1. Definitions.
|
|
2315
|
-
|
|
2316
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
2317
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
2318
|
-
|
|
2319
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
2320
|
-
the copyright owner that is granting the License.
|
|
2321
|
-
|
|
2322
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
2323
|
-
other entities that control, are controlled by, or are under common
|
|
2324
|
-
control with that entity. For the purposes of this definition,
|
|
2325
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
2326
|
-
direction or management of such entity, whether by contract or
|
|
2327
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2328
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2329
|
-
|
|
2330
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
2331
|
-
exercising permissions granted by this License.
|
|
2332
|
-
|
|
2333
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
2334
|
-
including but not limited to software source code, documentation
|
|
2335
|
-
source, and configuration files.
|
|
2336
|
-
|
|
2337
|
-
"Object" form shall mean any form resulting from mechanical
|
|
2338
|
-
transformation or translation of a Source form, including but
|
|
2339
|
-
not limited to compiled object code, generated documentation,
|
|
2340
|
-
and conversions to other media types.
|
|
2341
|
-
|
|
2342
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
2343
|
-
Object form, made available under the License, as indicated by a
|
|
2344
|
-
copyright notice that is included in or attached to the work
|
|
2345
|
-
(an example is provided in the Appendix below).
|
|
2346
|
-
|
|
2347
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
2348
|
-
form, that is based on (or derived from) the Work and for which the
|
|
2349
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
2350
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
2351
|
-
of this License, Derivative Works shall not include works that remain
|
|
2352
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
2353
|
-
the Work and Derivative Works thereof.
|
|
2354
|
-
|
|
2355
|
-
"Contribution" shall mean any work of authorship, including
|
|
2356
|
-
the original version of the Work and any modifications or additions
|
|
2357
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
2358
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2359
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
2360
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
2361
|
-
means any form of electronic, verbal, or written communication sent
|
|
2362
|
-
to the Licensor or its representatives, including but not limited to
|
|
2363
|
-
communication on electronic mailing lists, source code control systems,
|
|
2364
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
2365
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
2366
|
-
excluding communication that is conspicuously marked or otherwise
|
|
2367
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
2368
|
-
|
|
2369
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2370
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
2371
|
-
subsequently incorporated within the Work.
|
|
2372
|
-
|
|
2373
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2374
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2375
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2376
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
2377
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
2378
|
-
Work and such Derivative Works in Source or Object form.
|
|
2379
|
-
|
|
2380
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
2381
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2382
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2383
|
-
(except as stated in this section) patent license to make, have made,
|
|
2384
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2385
|
-
where such license applies only to those patent claims licensable
|
|
2386
|
-
by such Contributor that are necessarily infringed by their
|
|
2387
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
2388
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
2389
|
-
institute patent litigation against any entity (including a
|
|
2390
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2391
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
2392
|
-
or contributory patent infringement, then any patent licenses
|
|
2393
|
-
granted to You under this License for that Work shall terminate
|
|
2394
|
-
as of the date such litigation is filed.
|
|
2395
|
-
|
|
2396
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
2397
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
2398
|
-
modifications, and in Source or Object form, provided that You
|
|
2399
|
-
meet the following conditions:
|
|
2400
|
-
|
|
2401
|
-
(a) You must give any other recipients of the Work or
|
|
2402
|
-
Derivative Works a copy of this License; and
|
|
2403
|
-
|
|
2404
|
-
(b) You must cause any modified files to carry prominent notices
|
|
2405
|
-
stating that You changed the files; and
|
|
2406
|
-
|
|
2407
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
2408
|
-
that You distribute, all copyright, patent, trademark, and
|
|
2409
|
-
attribution notices from the Source form of the Work,
|
|
2410
|
-
excluding those notices that do not pertain to any part of
|
|
2411
|
-
the Derivative Works; and
|
|
2412
|
-
|
|
2413
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
2414
|
-
distribution, then any Derivative Works that You distribute must
|
|
2415
|
-
include a readable copy of the attribution notices contained
|
|
2416
|
-
within such NOTICE file, excluding those notices that do not
|
|
2417
|
-
pertain to any part of the Derivative Works, in at least one
|
|
2418
|
-
of the following places: within a NOTICE text file distributed
|
|
2419
|
-
as part of the Derivative Works; within the Source form or
|
|
2420
|
-
documentation, if provided along with the Derivative Works; or,
|
|
2421
|
-
within a display generated by the Derivative Works, if and
|
|
2422
|
-
wherever such third-party notices normally appear. The contents
|
|
2423
|
-
of the NOTICE file are for informational purposes only and
|
|
2424
|
-
do not modify the License. You may add Your own attribution
|
|
2425
|
-
notices within Derivative Works that You distribute, alongside
|
|
2426
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
2427
|
-
that such additional attribution notices cannot be construed
|
|
2428
|
-
as modifying the License.
|
|
2429
|
-
|
|
2430
|
-
You may add Your own copyright statement to Your modifications and
|
|
2431
|
-
may provide additional or different license terms and conditions
|
|
2432
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
2433
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
2434
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
2435
|
-
the conditions stated in this License.
|
|
2436
|
-
|
|
2437
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2438
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
2439
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
2440
|
-
this License, without any additional terms or conditions.
|
|
2441
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
2442
|
-
the terms of any separate license agreement you may have executed
|
|
2443
|
-
with Licensor regarding such Contributions.
|
|
2444
|
-
|
|
2445
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
2446
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
2447
|
-
except as required for reasonable and customary use in describing the
|
|
2448
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
2449
|
-
|
|
2450
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2451
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
2452
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2453
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2454
|
-
implied, including, without limitation, any warranties or conditions
|
|
2455
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2456
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2457
|
-
appropriateness of using or redistributing the Work and assume any
|
|
2458
|
-
risks associated with Your exercise of permissions under this License.
|
|
2459
|
-
|
|
2460
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
2461
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
2462
|
-
unless required by applicable law (such as deliberate and grossly
|
|
2463
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
2464
|
-
liable to You for damages, including any direct, indirect, special,
|
|
2465
|
-
incidental, or consequential damages of any character arising as a
|
|
2466
|
-
result of this License or out of the use or inability to use the
|
|
2467
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
2468
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
2469
|
-
other commercial damages or losses), even if such Contributor
|
|
2470
|
-
has been advised of the possibility of such damages.
|
|
2471
|
-
|
|
2472
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
2473
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
2474
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2475
|
-
or other liability obligations and/or rights consistent with this
|
|
2476
|
-
License. However, in accepting such obligations, You may act only
|
|
2477
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
2478
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
2479
|
-
defend, and hold each Contributor harmless for any liability
|
|
2480
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
2481
|
-
of your accepting any such warranty or additional liability.
|
|
2482
|
-
|
|
2483
|
-
END OF TERMS AND CONDITIONS
|
|
2484
|
-
|
|
2485
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
2486
|
-
|
|
2487
|
-
To apply the Apache License to your work, attach the following
|
|
2488
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2489
|
-
replaced with your own identifying information. (Don't include
|
|
2490
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
2491
|
-
comment syntax for the file format. We also recommend that a
|
|
2492
|
-
file or class name and description of purpose be included on the
|
|
2493
|
-
same "printed page" as the copyright notice for easier
|
|
2494
|
-
identification within third-party archives.
|
|
2495
|
-
|
|
2496
|
-
Copyright [yyyy] [name of copyright owner]
|
|
2497
|
-
|
|
2498
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2499
|
-
you may not use this file except in compliance with the License.
|
|
2500
|
-
You may obtain a copy of the License at
|
|
2501
|
-
|
|
2502
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
2503
|
-
|
|
2504
|
-
Unless required by applicable law or agreed to in writing, software
|
|
2505
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
2506
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
2507
|
-
See the License for the specific language governing permissions and
|
|
2508
|
-
limitations under the License.
|
|
2509
|
-
</pre>
|
|
2510
|
-
</li>
|
|
2511
|
-
<li class="license">
|
|
2512
|
-
<h3 id="Apache-2.0">Apache License 2.0</h3>
|
|
2513
|
-
<h4>Used by:</h4>
|
|
2514
|
-
<ul class="license-used-by">
|
|
2515
|
-
<li><a
|
|
2516
|
-
href=" https://github.com/rust-random/getrandom ">getrandom
|
|
2517
|
-
0.3.3</a></li>
|
|
2518
|
-
</ul>
|
|
2519
|
-
<pre class="license-text"> Apache License
|
|
2520
|
-
Version 2.0, January 2004
|
|
2521
|
-
https://www.apache.org/licenses/
|
|
2522
|
-
|
|
2523
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
2524
|
-
|
|
2525
|
-
1. Definitions.
|
|
2526
|
-
|
|
2527
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
2528
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
2529
|
-
|
|
2530
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
2531
|
-
the copyright owner that is granting the License.
|
|
2532
|
-
|
|
2533
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
2534
|
-
other entities that control, are controlled by, or are under common
|
|
2535
|
-
control with that entity. For the purposes of this definition,
|
|
2536
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
2537
|
-
direction or management of such entity, whether by contract or
|
|
2538
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
2539
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
2540
|
-
|
|
2541
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
2542
|
-
exercising permissions granted by this License.
|
|
2543
|
-
|
|
2544
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
2545
|
-
including but not limited to software source code, documentation
|
|
2546
|
-
source, and configuration files.
|
|
2547
|
-
|
|
2548
|
-
"Object" form shall mean any form resulting from mechanical
|
|
2549
|
-
transformation or translation of a Source form, including but
|
|
2550
|
-
not limited to compiled object code, generated documentation,
|
|
2551
|
-
and conversions to other media types.
|
|
2552
|
-
|
|
2553
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
2554
|
-
Object form, made available under the License, as indicated by a
|
|
2555
|
-
copyright notice that is included in or attached to the work
|
|
2556
|
-
(an example is provided in the Appendix below).
|
|
2557
|
-
|
|
2558
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
2559
|
-
form, that is based on (or derived from) the Work and for which the
|
|
2560
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
2561
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
2562
|
-
of this License, Derivative Works shall not include works that remain
|
|
2563
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
2564
|
-
the Work and Derivative Works thereof.
|
|
2565
|
-
|
|
2566
|
-
"Contribution" shall mean any work of authorship, including
|
|
2567
|
-
the original version of the Work and any modifications or additions
|
|
2568
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
2569
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
2570
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
2571
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
2572
|
-
means any form of electronic, verbal, or written communication sent
|
|
2573
|
-
to the Licensor or its representatives, including but not limited to
|
|
2574
|
-
communication on electronic mailing lists, source code control systems,
|
|
2575
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
2576
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
2577
|
-
excluding communication that is conspicuously marked or otherwise
|
|
2578
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
2579
|
-
|
|
2580
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
2581
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
2582
|
-
subsequently incorporated within the Work.
|
|
2583
|
-
|
|
2584
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
2585
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2586
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2587
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
2588
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
2589
|
-
Work and such Derivative Works in Source or Object form.
|
|
2590
|
-
|
|
2591
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
2592
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
2593
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
2594
|
-
(except as stated in this section) patent license to make, have made,
|
|
2595
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
2596
|
-
where such license applies only to those patent claims licensable
|
|
2597
|
-
by such Contributor that are necessarily infringed by their
|
|
2598
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
2599
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
2600
|
-
institute patent litigation against any entity (including a
|
|
2601
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
2602
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
2603
|
-
or contributory patent infringement, then any patent licenses
|
|
2604
|
-
granted to You under this License for that Work shall terminate
|
|
2605
|
-
as of the date such litigation is filed.
|
|
2606
|
-
|
|
2607
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
2608
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
2609
|
-
modifications, and in Source or Object form, provided that You
|
|
2610
|
-
meet the following conditions:
|
|
2611
|
-
|
|
2612
|
-
(a) You must give any other recipients of the Work or
|
|
2613
|
-
Derivative Works a copy of this License; and
|
|
2614
|
-
|
|
2615
|
-
(b) You must cause any modified files to carry prominent notices
|
|
2616
|
-
stating that You changed the files; and
|
|
2617
|
-
|
|
2618
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
2619
|
-
that You distribute, all copyright, patent, trademark, and
|
|
2620
|
-
attribution notices from the Source form of the Work,
|
|
2621
|
-
excluding those notices that do not pertain to any part of
|
|
2622
|
-
the Derivative Works; and
|
|
2623
|
-
|
|
2624
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
2625
|
-
distribution, then any Derivative Works that You distribute must
|
|
2626
|
-
include a readable copy of the attribution notices contained
|
|
2627
|
-
within such NOTICE file, excluding those notices that do not
|
|
2628
|
-
pertain to any part of the Derivative Works, in at least one
|
|
2629
|
-
of the following places: within a NOTICE text file distributed
|
|
2630
|
-
as part of the Derivative Works; within the Source form or
|
|
2631
|
-
documentation, if provided along with the Derivative Works; or,
|
|
2632
|
-
within a display generated by the Derivative Works, if and
|
|
2633
|
-
wherever such third-party notices normally appear. The contents
|
|
2634
|
-
of the NOTICE file are for informational purposes only and
|
|
2635
|
-
do not modify the License. You may add Your own attribution
|
|
2636
|
-
notices within Derivative Works that You distribute, alongside
|
|
2637
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
2638
|
-
that such additional attribution notices cannot be construed
|
|
2639
|
-
as modifying the License.
|
|
2640
|
-
|
|
2641
|
-
You may add Your own copyright statement to Your modifications and
|
|
2642
|
-
may provide additional or different license terms and conditions
|
|
2643
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
2644
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
2645
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
2646
|
-
the conditions stated in this License.
|
|
2647
|
-
|
|
2648
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
2649
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
2650
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
2651
|
-
this License, without any additional terms or conditions.
|
|
2652
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
2653
|
-
the terms of any separate license agreement you may have executed
|
|
2654
|
-
with Licensor regarding such Contributions.
|
|
2655
|
-
|
|
2656
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
2657
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
2658
|
-
except as required for reasonable and customary use in describing the
|
|
2659
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
2660
|
-
|
|
2661
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
2662
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
2663
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
2664
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
2665
|
-
implied, including, without limitation, any warranties or conditions
|
|
2666
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
2667
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
2668
|
-
appropriateness of using or redistributing the Work and assume any
|
|
2669
|
-
risks associated with Your exercise of permissions under this License.
|
|
2670
|
-
|
|
2671
|
-
8. Limitation of Liability. In no event and under no legal theory,
|
|
2672
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
2673
|
-
unless required by applicable law (such as deliberate and grossly
|
|
2674
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
2675
|
-
liable to You for damages, including any direct, indirect, special,
|
|
2676
|
-
incidental, or consequential damages of any character arising as a
|
|
2677
|
-
result of this License or out of the use or inability to use the
|
|
2678
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
2679
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
2680
|
-
other commercial damages or losses), even if such Contributor
|
|
2681
|
-
has been advised of the possibility of such damages.
|
|
2682
|
-
|
|
2683
|
-
9. Accepting Warranty or Additional Liability. While redistributing
|
|
2684
|
-
the Work or Derivative Works thereof, You may choose to offer,
|
|
2685
|
-
and charge a fee for, acceptance of support, warranty, indemnity,
|
|
2686
|
-
or other liability obligations and/or rights consistent with this
|
|
2687
|
-
License. However, in accepting such obligations, You may act only
|
|
2688
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
2689
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
2690
|
-
defend, and hold each Contributor harmless for any liability
|
|
2691
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
2692
|
-
of your accepting any such warranty or additional liability.
|
|
2693
|
-
|
|
2694
|
-
END OF TERMS AND CONDITIONS
|
|
2695
|
-
|
|
2696
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
2697
|
-
|
|
2698
|
-
To apply the Apache License to your work, attach the following
|
|
2699
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
2700
|
-
replaced with your own identifying information. (Don't include
|
|
2701
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
2702
|
-
comment syntax for the file format. We also recommend that a
|
|
2703
|
-
file or class name and description of purpose be included on the
|
|
2704
|
-
same "printed page" as the copyright notice for easier
|
|
2705
|
-
identification within third-party archives.
|
|
2706
|
-
|
|
2707
|
-
Copyright [yyyy] [name of copyright owner]
|
|
2708
|
-
|
|
2709
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
2710
|
-
you may not use this file except in compliance with the License.
|
|
2711
|
-
You may obtain a copy of the License at
|
|
2712
|
-
|
|
2713
|
-
https://www.apache.org/licenses/LICENSE-2.0
|
|
2010
|
+
https://www.apache.org/licenses/LICENSE-2.0
|
|
2714
2011
|
|
|
2715
2012
|
Unless required by applicable law or agreed to in writing, software
|
|
2716
2013
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
@@ -2934,18 +2231,6 @@ limitations under the License.
|
|
|
2934
2231
|
<h3 id="Apache-2.0">Apache License 2.0</h3>
|
|
2935
2232
|
<h4>Used by:</h4>
|
|
2936
2233
|
<ul class="license-used-by">
|
|
2937
|
-
<li><a
|
|
2938
|
-
href=" https://github.com/nical/android_system_properties ">android_system_properties
|
|
2939
|
-
0.1.5</a></li>
|
|
2940
|
-
<li><a
|
|
2941
|
-
href=" https://github.com/dtolnay/async-trait ">async-trait
|
|
2942
|
-
0.1.89</a></li>
|
|
2943
|
-
<li><a
|
|
2944
|
-
href=" https://github.com/dtolnay/dyn-clone ">dyn-clone
|
|
2945
|
-
1.0.20</a></li>
|
|
2946
|
-
<li><a
|
|
2947
|
-
href=" https://github.com/TedDriggs/ident_case ">ident_case
|
|
2948
|
-
1.0.1</a></li>
|
|
2949
2234
|
<li><a
|
|
2950
2235
|
href=" https://github.com/dtolnay/itoa ">itoa
|
|
2951
2236
|
1.0.15</a></li>
|
|
@@ -2958,12 +2243,6 @@ limitations under the License.
|
|
|
2958
2243
|
<li><a
|
|
2959
2244
|
href=" https://github.com/dtolnay/paste ">paste
|
|
2960
2245
|
1.0.15</a></li>
|
|
2961
|
-
<li><a
|
|
2962
|
-
href=" https://github.com/as1100k/pastey ">pastey
|
|
2963
|
-
0.2.1</a></li>
|
|
2964
|
-
<li><a
|
|
2965
|
-
href=" https://github.com/taiki-e/pin-project-lite ">pin-project-lite
|
|
2966
|
-
0.2.16</a></li>
|
|
2967
2246
|
<li><a
|
|
2968
2247
|
href=" https://github.com/dtolnay/prettyplease ">prettyplease
|
|
2969
2248
|
0.2.36</a></li>
|
|
@@ -2976,24 +2255,9 @@ limitations under the License.
|
|
|
2976
2255
|
<li><a
|
|
2977
2256
|
href=" https://github.com/r-efi/r-efi ">r-efi
|
|
2978
2257
|
5.3.0</a></li>
|
|
2979
|
-
<li><a
|
|
2980
|
-
href=" https://github.com/dtolnay/ref-cast ">ref-cast-impl
|
|
2981
|
-
1.0.25</a></li>
|
|
2982
|
-
<li><a
|
|
2983
|
-
href=" https://github.com/dtolnay/ref-cast ">ref-cast
|
|
2984
|
-
1.0.25</a></li>
|
|
2985
|
-
<li><a
|
|
2986
|
-
href=" https://github.com/modelcontextprotocol/rust-sdk/ ">rmcp-macros
|
|
2987
|
-
1.6.0</a></li>
|
|
2988
|
-
<li><a
|
|
2989
|
-
href=" https://github.com/modelcontextprotocol/rust-sdk/ ">rmcp
|
|
2990
|
-
1.4.0</a></li>
|
|
2991
2258
|
<li><a
|
|
2992
2259
|
href=" https://github.com/rust-lang/rustc-hash ">rustc-hash
|
|
2993
2260
|
2.1.1</a></li>
|
|
2994
|
-
<li><a
|
|
2995
|
-
href=" https://github.com/dtolnay/rustversion ">rustversion
|
|
2996
|
-
1.0.22</a></li>
|
|
2997
2261
|
<li><a
|
|
2998
2262
|
href=" https://github.com/dtolnay/ryu ">ryu
|
|
2999
2263
|
1.0.20</a></li>
|
|
@@ -3006,9 +2270,6 @@ limitations under the License.
|
|
|
3006
2270
|
<li><a
|
|
3007
2271
|
href=" https://github.com/serde-rs/serde ">serde_derive
|
|
3008
2272
|
1.0.228</a></li>
|
|
3009
|
-
<li><a
|
|
3010
|
-
href=" https://github.com/serde-rs/serde ">serde_derive_internals
|
|
3011
|
-
0.29.1</a></li>
|
|
3012
2273
|
<li><a
|
|
3013
2274
|
href=" https://github.com/serde-rs/json ">serde_json
|
|
3014
2275
|
1.0.141</a></li>
|
|
@@ -3021,12 +2282,6 @@ limitations under the License.
|
|
|
3021
2282
|
<li><a
|
|
3022
2283
|
href=" https://github.com/dtolnay/syn ">syn
|
|
3023
2284
|
2.0.104</a></li>
|
|
3024
|
-
<li><a
|
|
3025
|
-
href=" https://github.com/dtolnay/thiserror ">thiserror-impl
|
|
3026
|
-
2.0.18</a></li>
|
|
3027
|
-
<li><a
|
|
3028
|
-
href=" https://github.com/dtolnay/thiserror ">thiserror
|
|
3029
|
-
2.0.18</a></li>
|
|
3030
2285
|
<li><a
|
|
3031
2286
|
href=" https://github.com/dtolnay/unicode-ident ">unicode-ident
|
|
3032
2287
|
1.0.18</a></li>
|
|
@@ -3081,269 +2336,21 @@ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
|
3081
2336
|
|
|
3082
2337
|
You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
|
3083
2338
|
|
|
3084
|
-
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
3085
|
-
|
|
3086
|
-
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
3087
|
-
|
|
3088
|
-
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
3089
|
-
|
|
3090
|
-
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
3091
|
-
|
|
3092
|
-
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
3093
|
-
|
|
3094
|
-
END OF TERMS AND CONDITIONS
|
|
3095
|
-
|
|
3096
|
-
APPENDIX: How to apply the Apache License to your work.
|
|
3097
|
-
|
|
3098
|
-
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
3099
|
-
|
|
3100
|
-
Copyright [yyyy] [name of copyright owner]
|
|
3101
|
-
|
|
3102
|
-
Licensed under the Apache License, Version 2.0 (the "License");
|
|
3103
|
-
you may not use this file except in compliance with the License.
|
|
3104
|
-
You may obtain a copy of the License at
|
|
3105
|
-
|
|
3106
|
-
http://www.apache.org/licenses/LICENSE-2.0
|
|
3107
|
-
|
|
3108
|
-
Unless required by applicable law or agreed to in writing, software
|
|
3109
|
-
distributed under the License is distributed on an "AS IS" BASIS,
|
|
3110
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3111
|
-
See the License for the specific language governing permissions and
|
|
3112
|
-
limitations under the License.
|
|
3113
|
-
</pre>
|
|
3114
|
-
</li>
|
|
3115
|
-
<li class="license">
|
|
3116
|
-
<h3 id="Apache-2.0">Apache License 2.0</h3>
|
|
3117
|
-
<h4>Used by:</h4>
|
|
3118
|
-
<ul class="license-used-by">
|
|
3119
|
-
<li><a
|
|
3120
|
-
href=" https://github.com/chronotope/chrono ">chrono
|
|
3121
|
-
0.4.43</a></li>
|
|
3122
|
-
</ul>
|
|
3123
|
-
<pre class="license-text">Rust-chrono is dual-licensed under The MIT License [1] and
|
|
3124
|
-
Apache 2.0 License [2]. Copyright (c) 2014--2026, Kang Seonghoon and
|
|
3125
|
-
contributors.
|
|
3126
|
-
|
|
3127
|
-
Nota Bene: This is same as the Rust Project's own license.
|
|
3128
|
-
|
|
3129
|
-
|
|
3130
|
-
[1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
|
|
3131
|
-
|
|
3132
|
-
~~~~
|
|
3133
|
-
The MIT License (MIT)
|
|
3134
|
-
|
|
3135
|
-
Copyright (c) 2014, Kang Seonghoon.
|
|
3136
|
-
|
|
3137
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3138
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3139
|
-
in the Software without restriction, including without limitation the rights
|
|
3140
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3141
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3142
|
-
furnished to do so, subject to the following conditions:
|
|
3143
|
-
|
|
3144
|
-
The above copyright notice and this permission notice shall be included in
|
|
3145
|
-
all copies or substantial portions of the Software.
|
|
3146
|
-
|
|
3147
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3148
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3149
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3150
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3151
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3152
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3153
|
-
THE SOFTWARE.
|
|
3154
|
-
~~~~
|
|
3155
|
-
|
|
3156
|
-
|
|
3157
|
-
[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
|
|
3158
|
-
|
|
3159
|
-
~~~~
|
|
3160
|
-
Apache License
|
|
3161
|
-
Version 2.0, January 2004
|
|
3162
|
-
http://www.apache.org/licenses/
|
|
3163
|
-
|
|
3164
|
-
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
|
3165
|
-
|
|
3166
|
-
1. Definitions.
|
|
3167
|
-
|
|
3168
|
-
"License" shall mean the terms and conditions for use, reproduction,
|
|
3169
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
|
3170
|
-
|
|
3171
|
-
"Licensor" shall mean the copyright owner or entity authorized by
|
|
3172
|
-
the copyright owner that is granting the License.
|
|
3173
|
-
|
|
3174
|
-
"Legal Entity" shall mean the union of the acting entity and all
|
|
3175
|
-
other entities that control, are controlled by, or are under common
|
|
3176
|
-
control with that entity. For the purposes of this definition,
|
|
3177
|
-
"control" means (i) the power, direct or indirect, to cause the
|
|
3178
|
-
direction or management of such entity, whether by contract or
|
|
3179
|
-
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
|
3180
|
-
outstanding shares, or (iii) beneficial ownership of such entity.
|
|
3181
|
-
|
|
3182
|
-
"You" (or "Your") shall mean an individual or Legal Entity
|
|
3183
|
-
exercising permissions granted by this License.
|
|
3184
|
-
|
|
3185
|
-
"Source" form shall mean the preferred form for making modifications,
|
|
3186
|
-
including but not limited to software source code, documentation
|
|
3187
|
-
source, and configuration files.
|
|
3188
|
-
|
|
3189
|
-
"Object" form shall mean any form resulting from mechanical
|
|
3190
|
-
transformation or translation of a Source form, including but
|
|
3191
|
-
not limited to compiled object code, generated documentation,
|
|
3192
|
-
and conversions to other media types.
|
|
3193
|
-
|
|
3194
|
-
"Work" shall mean the work of authorship, whether in Source or
|
|
3195
|
-
Object form, made available under the License, as indicated by a
|
|
3196
|
-
copyright notice that is included in or attached to the work
|
|
3197
|
-
(an example is provided in the Appendix below).
|
|
3198
|
-
|
|
3199
|
-
"Derivative Works" shall mean any work, whether in Source or Object
|
|
3200
|
-
form, that is based on (or derived from) the Work and for which the
|
|
3201
|
-
editorial revisions, annotations, elaborations, or other modifications
|
|
3202
|
-
represent, as a whole, an original work of authorship. For the purposes
|
|
3203
|
-
of this License, Derivative Works shall not include works that remain
|
|
3204
|
-
separable from, or merely link (or bind by name) to the interfaces of,
|
|
3205
|
-
the Work and Derivative Works thereof.
|
|
3206
|
-
|
|
3207
|
-
"Contribution" shall mean any work of authorship, including
|
|
3208
|
-
the original version of the Work and any modifications or additions
|
|
3209
|
-
to that Work or Derivative Works thereof, that is intentionally
|
|
3210
|
-
submitted to Licensor for inclusion in the Work by the copyright owner
|
|
3211
|
-
or by an individual or Legal Entity authorized to submit on behalf of
|
|
3212
|
-
the copyright owner. For the purposes of this definition, "submitted"
|
|
3213
|
-
means any form of electronic, verbal, or written communication sent
|
|
3214
|
-
to the Licensor or its representatives, including but not limited to
|
|
3215
|
-
communication on electronic mailing lists, source code control systems,
|
|
3216
|
-
and issue tracking systems that are managed by, or on behalf of, the
|
|
3217
|
-
Licensor for the purpose of discussing and improving the Work, but
|
|
3218
|
-
excluding communication that is conspicuously marked or otherwise
|
|
3219
|
-
designated in writing by the copyright owner as "Not a Contribution."
|
|
3220
|
-
|
|
3221
|
-
"Contributor" shall mean Licensor and any individual or Legal Entity
|
|
3222
|
-
on behalf of whom a Contribution has been received by Licensor and
|
|
3223
|
-
subsequently incorporated within the Work.
|
|
3224
|
-
|
|
3225
|
-
2. Grant of Copyright License. Subject to the terms and conditions of
|
|
3226
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
3227
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3228
|
-
copyright license to reproduce, prepare Derivative Works of,
|
|
3229
|
-
publicly display, publicly perform, sublicense, and distribute the
|
|
3230
|
-
Work and such Derivative Works in Source or Object form.
|
|
3231
|
-
|
|
3232
|
-
3. Grant of Patent License. Subject to the terms and conditions of
|
|
3233
|
-
this License, each Contributor hereby grants to You a perpetual,
|
|
3234
|
-
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
|
3235
|
-
(except as stated in this section) patent license to make, have made,
|
|
3236
|
-
use, offer to sell, sell, import, and otherwise transfer the Work,
|
|
3237
|
-
where such license applies only to those patent claims licensable
|
|
3238
|
-
by such Contributor that are necessarily infringed by their
|
|
3239
|
-
Contribution(s) alone or by combination of their Contribution(s)
|
|
3240
|
-
with the Work to which such Contribution(s) was submitted. If You
|
|
3241
|
-
institute patent litigation against any entity (including a
|
|
3242
|
-
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
|
3243
|
-
or a Contribution incorporated within the Work constitutes direct
|
|
3244
|
-
or contributory patent infringement, then any patent licenses
|
|
3245
|
-
granted to You under this License for that Work shall terminate
|
|
3246
|
-
as of the date such litigation is filed.
|
|
3247
|
-
|
|
3248
|
-
4. Redistribution. You may reproduce and distribute copies of the
|
|
3249
|
-
Work or Derivative Works thereof in any medium, with or without
|
|
3250
|
-
modifications, and in Source or Object form, provided that You
|
|
3251
|
-
meet the following conditions:
|
|
3252
|
-
|
|
3253
|
-
(a) You must give any other recipients of the Work or
|
|
3254
|
-
Derivative Works a copy of this License; and
|
|
3255
|
-
|
|
3256
|
-
(b) You must cause any modified files to carry prominent notices
|
|
3257
|
-
stating that You changed the files; and
|
|
3258
|
-
|
|
3259
|
-
(c) You must retain, in the Source form of any Derivative Works
|
|
3260
|
-
that You distribute, all copyright, patent, trademark, and
|
|
3261
|
-
attribution notices from the Source form of the Work,
|
|
3262
|
-
excluding those notices that do not pertain to any part of
|
|
3263
|
-
the Derivative Works; and
|
|
3264
|
-
|
|
3265
|
-
(d) If the Work includes a "NOTICE" text file as part of its
|
|
3266
|
-
distribution, then any Derivative Works that You distribute must
|
|
3267
|
-
include a readable copy of the attribution notices contained
|
|
3268
|
-
within such NOTICE file, excluding those notices that do not
|
|
3269
|
-
pertain to any part of the Derivative Works, in at least one
|
|
3270
|
-
of the following places: within a NOTICE text file distributed
|
|
3271
|
-
as part of the Derivative Works; within the Source form or
|
|
3272
|
-
documentation, if provided along with the Derivative Works; or,
|
|
3273
|
-
within a display generated by the Derivative Works, if and
|
|
3274
|
-
wherever such third-party notices normally appear. The contents
|
|
3275
|
-
of the NOTICE file are for informational purposes only and
|
|
3276
|
-
do not modify the License. You may add Your own attribution
|
|
3277
|
-
notices within Derivative Works that You distribute, alongside
|
|
3278
|
-
or as an addendum to the NOTICE text from the Work, provided
|
|
3279
|
-
that such additional attribution notices cannot be construed
|
|
3280
|
-
as modifying the License.
|
|
3281
|
-
|
|
3282
|
-
You may add Your own copyright statement to Your modifications and
|
|
3283
|
-
may provide additional or different license terms and conditions
|
|
3284
|
-
for use, reproduction, or distribution of Your modifications, or
|
|
3285
|
-
for any such Derivative Works as a whole, provided Your use,
|
|
3286
|
-
reproduction, and distribution of the Work otherwise complies with
|
|
3287
|
-
the conditions stated in this License.
|
|
3288
|
-
|
|
3289
|
-
5. Submission of Contributions. Unless You explicitly state otherwise,
|
|
3290
|
-
any Contribution intentionally submitted for inclusion in the Work
|
|
3291
|
-
by You to the Licensor shall be under the terms and conditions of
|
|
3292
|
-
this License, without any additional terms or conditions.
|
|
3293
|
-
Notwithstanding the above, nothing herein shall supersede or modify
|
|
3294
|
-
the terms of any separate license agreement you may have executed
|
|
3295
|
-
with Licensor regarding such Contributions.
|
|
3296
|
-
|
|
3297
|
-
6. Trademarks. This License does not grant permission to use the trade
|
|
3298
|
-
names, trademarks, service marks, or product names of the Licensor,
|
|
3299
|
-
except as required for reasonable and customary use in describing the
|
|
3300
|
-
origin of the Work and reproducing the content of the NOTICE file.
|
|
3301
|
-
|
|
3302
|
-
7. Disclaimer of Warranty. Unless required by applicable law or
|
|
3303
|
-
agreed to in writing, Licensor provides the Work (and each
|
|
3304
|
-
Contributor provides its Contributions) on an "AS IS" BASIS,
|
|
3305
|
-
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
|
3306
|
-
implied, including, without limitation, any warranties or conditions
|
|
3307
|
-
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
|
3308
|
-
PARTICULAR PURPOSE. You are solely responsible for determining the
|
|
3309
|
-
appropriateness of using or redistributing the Work and assume any
|
|
3310
|
-
risks associated with Your exercise of permissions under this License.
|
|
2339
|
+
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
|
3311
2340
|
|
|
3312
|
-
|
|
3313
|
-
whether in tort (including negligence), contract, or otherwise,
|
|
3314
|
-
unless required by applicable law (such as deliberate and grossly
|
|
3315
|
-
negligent acts) or agreed to in writing, shall any Contributor be
|
|
3316
|
-
liable to You for damages, including any direct, indirect, special,
|
|
3317
|
-
incidental, or consequential damages of any character arising as a
|
|
3318
|
-
result of this License or out of the use or inability to use the
|
|
3319
|
-
Work (including but not limited to damages for loss of goodwill,
|
|
3320
|
-
work stoppage, computer failure or malfunction, or any and all
|
|
3321
|
-
other commercial damages or losses), even if such Contributor
|
|
3322
|
-
has been advised of the possibility of such damages.
|
|
2341
|
+
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
|
3323
2342
|
|
|
3324
|
-
|
|
3325
|
-
|
|
3326
|
-
|
|
3327
|
-
|
|
3328
|
-
|
|
3329
|
-
on Your own behalf and on Your sole responsibility, not on behalf
|
|
3330
|
-
of any other Contributor, and only if You agree to indemnify,
|
|
3331
|
-
defend, and hold each Contributor harmless for any liability
|
|
3332
|
-
incurred by, or claims asserted against, such Contributor by reason
|
|
3333
|
-
of your accepting any such warranty or additional liability.
|
|
2343
|
+
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
|
2344
|
+
|
|
2345
|
+
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
|
2346
|
+
|
|
2347
|
+
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
|
3334
2348
|
|
|
3335
2349
|
END OF TERMS AND CONDITIONS
|
|
3336
2350
|
|
|
3337
2351
|
APPENDIX: How to apply the Apache License to your work.
|
|
3338
2352
|
|
|
3339
|
-
|
|
3340
|
-
boilerplate notice, with the fields enclosed by brackets "[]"
|
|
3341
|
-
replaced with your own identifying information. (Don't include
|
|
3342
|
-
the brackets!) The text should be enclosed in the appropriate
|
|
3343
|
-
comment syntax for the file format. We also recommend that a
|
|
3344
|
-
file or class name and description of purpose be included on the
|
|
3345
|
-
same "printed page" as the copyright notice for easier
|
|
3346
|
-
identification within third-party archives.
|
|
2353
|
+
To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
|
|
3347
2354
|
|
|
3348
2355
|
Copyright [yyyy] [name of copyright owner]
|
|
3349
2356
|
|
|
@@ -3351,15 +2358,13 @@ Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
3351
2358
|
you may not use this file except in compliance with the License.
|
|
3352
2359
|
You may obtain a copy of the License at
|
|
3353
2360
|
|
|
3354
|
-
|
|
2361
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
|
3355
2362
|
|
|
3356
2363
|
Unless required by applicable law or agreed to in writing, software
|
|
3357
2364
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
3358
2365
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
3359
2366
|
See the License for the specific language governing permissions and
|
|
3360
2367
|
limitations under the License.
|
|
3361
|
-
~~~~
|
|
3362
|
-
|
|
3363
2368
|
</pre>
|
|
3364
2369
|
</li>
|
|
3365
2370
|
<li class="license">
|
|
@@ -3535,117 +2540,6 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
|
3535
2540
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
3536
2541
|
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
3537
2542
|
IN THE SOFTWARE.
|
|
3538
|
-
</pre>
|
|
3539
|
-
</li>
|
|
3540
|
-
<li class="license">
|
|
3541
|
-
<h3 id="MIT">MIT License</h3>
|
|
3542
|
-
<h4>Used by:</h4>
|
|
3543
|
-
<ul class="license-used-by">
|
|
3544
|
-
<li><a
|
|
3545
|
-
href=" https://github.com/tokio-rs/bytes ">bytes
|
|
3546
|
-
1.11.1</a></li>
|
|
3547
|
-
</ul>
|
|
3548
|
-
<pre class="license-text">Copyright (c) 2018 Carl Lerche
|
|
3549
|
-
|
|
3550
|
-
Permission is hereby granted, free of charge, to any
|
|
3551
|
-
person obtaining a copy of this software and associated
|
|
3552
|
-
documentation files (the "Software"), to deal in the
|
|
3553
|
-
Software without restriction, including without
|
|
3554
|
-
limitation the rights to use, copy, modify, merge,
|
|
3555
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3556
|
-
the Software, and to permit persons to whom the Software
|
|
3557
|
-
is furnished to do so, subject to the following
|
|
3558
|
-
conditions:
|
|
3559
|
-
|
|
3560
|
-
The above copyright notice and this permission notice
|
|
3561
|
-
shall be included in all copies or substantial portions
|
|
3562
|
-
of the Software.
|
|
3563
|
-
|
|
3564
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3565
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3566
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3567
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3568
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3569
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3570
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3571
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3572
|
-
DEALINGS IN THE SOFTWARE.
|
|
3573
|
-
</pre>
|
|
3574
|
-
</li>
|
|
3575
|
-
<li class="license">
|
|
3576
|
-
<h3 id="MIT">MIT License</h3>
|
|
3577
|
-
<h4>Used by:</h4>
|
|
3578
|
-
<ul class="license-used-by">
|
|
3579
|
-
<li><a
|
|
3580
|
-
href=" https://github.com/tokio-rs/slab ">slab
|
|
3581
|
-
0.4.12</a></li>
|
|
3582
|
-
</ul>
|
|
3583
|
-
<pre class="license-text">Copyright (c) 2019 Carl Lerche
|
|
3584
|
-
|
|
3585
|
-
Permission is hereby granted, free of charge, to any
|
|
3586
|
-
person obtaining a copy of this software and associated
|
|
3587
|
-
documentation files (the "Software"), to deal in the
|
|
3588
|
-
Software without restriction, including without
|
|
3589
|
-
limitation the rights to use, copy, modify, merge,
|
|
3590
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3591
|
-
the Software, and to permit persons to whom the Software
|
|
3592
|
-
is furnished to do so, subject to the following
|
|
3593
|
-
conditions:
|
|
3594
|
-
|
|
3595
|
-
The above copyright notice and this permission notice
|
|
3596
|
-
shall be included in all copies or substantial portions
|
|
3597
|
-
of the Software.
|
|
3598
|
-
|
|
3599
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3600
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3601
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3602
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3603
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3604
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3605
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3606
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3607
|
-
DEALINGS IN THE SOFTWARE.
|
|
3608
|
-
</pre>
|
|
3609
|
-
</li>
|
|
3610
|
-
<li class="license">
|
|
3611
|
-
<h3 id="MIT">MIT License</h3>
|
|
3612
|
-
<h4>Used by:</h4>
|
|
3613
|
-
<ul class="license-used-by">
|
|
3614
|
-
<li><a
|
|
3615
|
-
href=" https://github.com/tokio-rs/tracing ">tracing-attributes
|
|
3616
|
-
0.1.31</a></li>
|
|
3617
|
-
<li><a
|
|
3618
|
-
href=" https://github.com/tokio-rs/tracing ">tracing-core
|
|
3619
|
-
0.1.36</a></li>
|
|
3620
|
-
<li><a
|
|
3621
|
-
href=" https://github.com/tokio-rs/tracing ">tracing
|
|
3622
|
-
0.1.44</a></li>
|
|
3623
|
-
</ul>
|
|
3624
|
-
<pre class="license-text">Copyright (c) 2019 Tokio Contributors
|
|
3625
|
-
|
|
3626
|
-
Permission is hereby granted, free of charge, to any
|
|
3627
|
-
person obtaining a copy of this software and associated
|
|
3628
|
-
documentation files (the "Software"), to deal in the
|
|
3629
|
-
Software without restriction, including without
|
|
3630
|
-
limitation the rights to use, copy, modify, merge,
|
|
3631
|
-
publish, distribute, sublicense, and/or sell copies of
|
|
3632
|
-
the Software, and to permit persons to whom the Software
|
|
3633
|
-
is furnished to do so, subject to the following
|
|
3634
|
-
conditions:
|
|
3635
|
-
|
|
3636
|
-
The above copyright notice and this permission notice
|
|
3637
|
-
shall be included in all copies or substantial portions
|
|
3638
|
-
of the Software.
|
|
3639
|
-
|
|
3640
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
|
3641
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
|
3642
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
|
3643
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
|
3644
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
3645
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3646
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
3647
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
|
3648
|
-
DEALINGS IN THE SOFTWARE.
|
|
3649
2543
|
</pre>
|
|
3650
2544
|
</li>
|
|
3651
2545
|
<li class="license">
|
|
@@ -3712,43 +2606,6 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
|
3712
2606
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3713
2607
|
|
|
3714
2608
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3715
|
-
</pre>
|
|
3716
|
-
</li>
|
|
3717
|
-
<li class="license">
|
|
3718
|
-
<h3 id="MIT">MIT License</h3>
|
|
3719
|
-
<h4>Used by:</h4>
|
|
3720
|
-
<ul class="license-used-by">
|
|
3721
|
-
<li><a
|
|
3722
|
-
href=" https://github.com/TedDriggs/darling ">darling
|
|
3723
|
-
0.23.0</a></li>
|
|
3724
|
-
<li><a
|
|
3725
|
-
href=" https://github.com/TedDriggs/darling ">darling_core
|
|
3726
|
-
0.23.0</a></li>
|
|
3727
|
-
<li><a
|
|
3728
|
-
href=" https://github.com/TedDriggs/darling ">darling_macro
|
|
3729
|
-
0.23.0</a></li>
|
|
3730
|
-
</ul>
|
|
3731
|
-
<pre class="license-text">MIT License
|
|
3732
|
-
|
|
3733
|
-
Copyright (c) 2017 Ted Driggs
|
|
3734
|
-
|
|
3735
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3736
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3737
|
-
in the Software without restriction, including without limitation the rights
|
|
3738
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3739
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3740
|
-
furnished to do so, subject to the following conditions:
|
|
3741
|
-
|
|
3742
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3743
|
-
copies or substantial portions of the Software.
|
|
3744
|
-
|
|
3745
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3746
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3747
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3748
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3749
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3750
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3751
|
-
SOFTWARE.
|
|
3752
2609
|
</pre>
|
|
3753
2610
|
</li>
|
|
3754
2611
|
<li class="license">
|
|
@@ -3773,72 +2630,6 @@ furnished to do so, subject to the following conditions:
|
|
|
3773
2630
|
The above copyright notice and this permission notice shall be included in all
|
|
3774
2631
|
copies or substantial portions of the Software.
|
|
3775
2632
|
|
|
3776
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3777
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3778
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3779
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3780
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3781
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3782
|
-
SOFTWARE.
|
|
3783
|
-
</pre>
|
|
3784
|
-
</li>
|
|
3785
|
-
<li class="license">
|
|
3786
|
-
<h3 id="MIT">MIT License</h3>
|
|
3787
|
-
<h4>Used by:</h4>
|
|
3788
|
-
<ul class="license-used-by">
|
|
3789
|
-
<li><a
|
|
3790
|
-
href=" https://github.com/GREsau/schemars ">schemars
|
|
3791
|
-
1.2.1</a></li>
|
|
3792
|
-
<li><a
|
|
3793
|
-
href=" https://github.com/GREsau/schemars ">schemars_derive
|
|
3794
|
-
1.2.1</a></li>
|
|
3795
|
-
</ul>
|
|
3796
|
-
<pre class="license-text">MIT License
|
|
3797
|
-
|
|
3798
|
-
Copyright (c) 2019 Graham Esau
|
|
3799
|
-
|
|
3800
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3801
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3802
|
-
in the Software without restriction, including without limitation the rights
|
|
3803
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3804
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3805
|
-
furnished to do so, subject to the following conditions:
|
|
3806
|
-
|
|
3807
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3808
|
-
copies or substantial portions of the Software.
|
|
3809
|
-
|
|
3810
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3811
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3812
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3813
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3814
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3815
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3816
|
-
SOFTWARE.
|
|
3817
|
-
</pre>
|
|
3818
|
-
</li>
|
|
3819
|
-
<li class="license">
|
|
3820
|
-
<h3 id="MIT">MIT License</h3>
|
|
3821
|
-
<h4>Used by:</h4>
|
|
3822
|
-
<ul class="license-used-by">
|
|
3823
|
-
<li><a
|
|
3824
|
-
href=" https://github.com/tokio-rs/tokio ">tokio-macros
|
|
3825
|
-
2.6.0</a></li>
|
|
3826
|
-
</ul>
|
|
3827
|
-
<pre class="license-text">MIT License
|
|
3828
|
-
|
|
3829
|
-
Copyright (c) 2019 Yoshua Wuyts
|
|
3830
|
-
Copyright (c) Tokio Contributors
|
|
3831
|
-
|
|
3832
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3833
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3834
|
-
in the Software without restriction, including without limitation the rights
|
|
3835
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3836
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3837
|
-
furnished to do so, subject to the following conditions:
|
|
3838
|
-
|
|
3839
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3840
|
-
copies or substantial portions of the Software.
|
|
3841
|
-
|
|
3842
2633
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3843
2634
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3844
2635
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
@@ -3855,9 +2646,6 @@ SOFTWARE.
|
|
|
3855
2646
|
<li><a
|
|
3856
2647
|
href=" https://github.com/Shopify/rubydex ">rubydex
|
|
3857
2648
|
0.2.6</a></li>
|
|
3858
|
-
<li><a
|
|
3859
|
-
href=" https://github.com/Shopify/rubydex ">rubydex-mcp
|
|
3860
|
-
0.2.6</a></li>
|
|
3861
2649
|
<li><a
|
|
3862
2650
|
href=" https://github.com/Shopify/rubydex ">rubydex-sys
|
|
3863
2651
|
0.2.6</a></li>
|
|
@@ -3883,40 +2671,6 @@ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE A
|
|
|
3883
2671
|
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
3884
2672
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
|
3885
2673
|
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3886
|
-
</pre>
|
|
3887
|
-
</li>
|
|
3888
|
-
<li class="license">
|
|
3889
|
-
<h3 id="MIT">MIT License</h3>
|
|
3890
|
-
<h4>Used by:</h4>
|
|
3891
|
-
<ul class="license-used-by">
|
|
3892
|
-
<li><a
|
|
3893
|
-
href=" https://github.com/tokio-rs/tokio ">tokio-util
|
|
3894
|
-
0.7.18</a></li>
|
|
3895
|
-
<li><a
|
|
3896
|
-
href=" https://github.com/tokio-rs/tokio ">tokio
|
|
3897
|
-
1.49.0</a></li>
|
|
3898
|
-
</ul>
|
|
3899
|
-
<pre class="license-text">MIT License
|
|
3900
|
-
|
|
3901
|
-
Copyright (c) Tokio Contributors
|
|
3902
|
-
|
|
3903
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3904
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3905
|
-
in the Software without restriction, including without limitation the rights
|
|
3906
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3907
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3908
|
-
furnished to do so, subject to the following conditions:
|
|
3909
|
-
|
|
3910
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3911
|
-
copies or substantial portions of the Software.
|
|
3912
|
-
|
|
3913
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3914
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3915
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3916
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3917
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3918
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3919
|
-
SOFTWARE.
|
|
3920
2674
|
</pre>
|
|
3921
2675
|
</li>
|
|
3922
2676
|
<li class="license">
|