toml-rs 0.2.0__cp314-cp314t-win_amd64.whl → 0.2.1__cp314-cp314t-win_amd64.whl
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.
- toml_rs/_toml_rs.cp314t-win_amd64.pyd +0 -0
- {toml_rs-0.2.0.dist-info → toml_rs-0.2.1.dist-info}/METADATA +3 -3
- toml_rs-0.2.1.dist-info/RECORD +7 -0
- toml_rs-0.2.0.dist-info/RECORD +0 -7
- {toml_rs-0.2.0.dist-info → toml_rs-0.2.1.dist-info}/WHEEL +0 -0
- {toml_rs-0.2.0.dist-info → toml_rs-0.2.1.dist-info}/licenses/UNLICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: toml-rs
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.1
|
|
4
4
|
Classifier: Typing :: Typed
|
|
5
5
|
Classifier: Programming Language :: Rust
|
|
6
6
|
Classifier: Programming Language :: Python
|
|
@@ -132,7 +132,7 @@ print(toml_rs.loads(t))
|
|
|
132
132
|
|
|
133
133
|
2. Strict compliance with TOML v1.0.0
|
|
134
134
|
|
|
135
|
-
From [TOML spec](https://toml.io/en/v1.0.0#integer):
|
|
135
|
+
From [TOML v1.0.0 spec](https://toml.io/en/v1.0.0#integer):
|
|
136
136
|
|
|
137
137
|
> Arbitrary 64-bit signed integers (from `−2^63` to `2^63−1`) should be accepted and handled losslessly. If an integer cannot be represented losslessly, an error must be thrown.
|
|
138
138
|
|
|
@@ -156,7 +156,7 @@ print(toml_rs.loads(t))
|
|
|
156
156
|
# invalid type: integer `999999999999999999999999` as i128, expected any valid TOML value
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
Note: TOML v1.1.0 allows parsers to support integers and floats beyond `i64`/`f64` limits,
|
|
159
|
+
Note: TOML v1.1.0 [allows parsers to support integers and floats beyond `i64`/`f64` limits](https://github.com/toml-lang/toml/pull/1058),
|
|
160
160
|
so the behavior will be the same as [`tomllib`](https://docs.python.org/3/library/tomllib.html)
|
|
161
161
|
|
|
162
162
|
3. Supports serialization (`toml_rs.dumps` and `toml_rs.dump`)
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
toml_rs-0.2.1.dist-info/METADATA,sha256=ioXdVYbmGWik1sUM--LvmQzOyoaRLBWp_wC4km42ALo,4982
|
|
2
|
+
toml_rs-0.2.1.dist-info/WHEEL,sha256=kee6LsGytVOkPnxDiMvgzc1PY-2HQL3iJ66h1TyPAyI,98
|
|
3
|
+
toml_rs-0.2.1.dist-info/licenses/UNLICENSE,sha256=pO9SJPWzhoS7yVUh8EuWMlwkAsA9o-yzXiMtgqmWKC8,1233
|
|
4
|
+
toml_rs/__init__.py,sha256=1vith0RH50xfp86FqY_Nrd5idD_9WgieLSBXeu4-mtw,2687
|
|
5
|
+
toml_rs/_toml_rs.cp314t-win_amd64.pyd,sha256=RKKDwqDd2stO9SjzLLqV0cyGJ044jRtzGA33hW7Z0nQ,887296
|
|
6
|
+
toml_rs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
toml_rs-0.2.1.dist-info/RECORD,,
|
toml_rs-0.2.0.dist-info/RECORD
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
toml_rs-0.2.0.dist-info/METADATA,sha256=P2_ZcVUcRFAdTXCTMACj0qUcwofqoKhwLjBtA-BzlHE,4928
|
|
2
|
-
toml_rs-0.2.0.dist-info/WHEEL,sha256=kee6LsGytVOkPnxDiMvgzc1PY-2HQL3iJ66h1TyPAyI,98
|
|
3
|
-
toml_rs-0.2.0.dist-info/licenses/UNLICENSE,sha256=pO9SJPWzhoS7yVUh8EuWMlwkAsA9o-yzXiMtgqmWKC8,1233
|
|
4
|
-
toml_rs/__init__.py,sha256=1vith0RH50xfp86FqY_Nrd5idD_9WgieLSBXeu4-mtw,2687
|
|
5
|
-
toml_rs/_toml_rs.cp314t-win_amd64.pyd,sha256=r_M6V1ekPugzdNLR_gWLWjw2h1g9AeK4Nu8zB-GzT2A,894464
|
|
6
|
-
toml_rs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
-
toml_rs-0.2.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|