Skip to main content

A High-Performance TOML Parser for Python written in Rust

Project description

toml-rs — A High-Performance TOML Parser for Python

Features

• Fast parsing using Rust’s toml crate

• Drop-in compatibility with most tomllib use cases

Installation

# Using pip
pip install toml-rs

# Using uv
uv pip install toml-rs

Examples

from pprint import pprint

import toml_rs
import tomllib

toml = """\
title = "TOML Example"

[owner]
name = "Tom Preston-Werner"
dob = 1979-05-27T07:32:00-08:00

[database]
enabled = true
ports = [ 8000, 8001, 8002 ]
data = [ ["delta", "phi"], [3.14] ]
temp_targets = { cpu = 79.5, case = 72.0 }

[servers]
[servers.alpha]
ip = "10.0.0.1"
role = "frontend"
[servers.beta]
ip = "10.0.0.2"
role = "backend"
"""

tomllib_loads = tomllib.loads(toml)
toml_rs_loads = toml_rs.loads(toml)

assert tomllib_loads == toml_rs_loads

print("tomllib:")
pprint(tomllib_loads)
print("toml_rs:")
pprint(toml_rs_loads)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

toml_rs-0.0.2.tar.gz (124.7 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (507.1 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl (539.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (557.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (456.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (346.6 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (326.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (292.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (274.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (361.5 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (507.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl (539.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (557.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (456.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (347.0 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (326.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (292.7 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (274.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.3 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

toml_rs-0.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (359.4 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl (503.4 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_i686.whl (536.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl (554.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl (452.7 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (343.3 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.7 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.4 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (270.9 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-cp313-cp313-win_amd64.whl (237.6 kB view details)

Uploaded CPython 3.13Windows x86-64

toml_rs-0.0.2-cp313-cp313-win32.whl (227.8 kB view details)

Uploaded CPython 3.13Windows x86

toml_rs-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl (504.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

toml_rs-0.0.2-cp313-cp313-musllinux_1_2_i686.whl (537.4 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

toml_rs-0.0.2-cp313-cp313-musllinux_1_2_armv7l.whl (555.7 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-cp313-cp313-musllinux_1_2_aarch64.whl (453.9 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

toml_rs-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

toml_rs-0.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (344.6 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

toml_rs-0.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.8 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.5 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (359.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

toml_rs-0.0.2-cp313-cp313-macosx_11_0_arm64.whl (300.3 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

toml_rs-0.0.2-cp313-cp313-macosx_10_12_x86_64.whl (314.9 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

toml_rs-0.0.2-cp312-cp312-win_amd64.whl (237.8 kB view details)

Uploaded CPython 3.12Windows x86-64

toml_rs-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl (504.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

toml_rs-0.0.2-cp312-cp312-musllinux_1_2_i686.whl (537.4 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

toml_rs-0.0.2-cp312-cp312-musllinux_1_2_armv7l.whl (555.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-cp312-cp312-musllinux_1_2_aarch64.whl (454.2 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

toml_rs-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

toml_rs-0.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (344.7 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

toml_rs-0.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.9 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (272.1 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (359.6 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

toml_rs-0.0.2-cp312-cp312-macosx_11_0_arm64.whl (300.5 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

toml_rs-0.0.2-cp312-cp312-macosx_10_12_x86_64.whl (315.1 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

toml_rs-0.0.2-cp311-cp311-win_amd64.whl (236.9 kB view details)

Uploaded CPython 3.11Windows x86-64

toml_rs-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl (506.7 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

toml_rs-0.0.2-cp311-cp311-musllinux_1_2_i686.whl (538.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

toml_rs-0.0.2-cp311-cp311-musllinux_1_2_armv7l.whl (557.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-cp311-cp311-musllinux_1_2_aarch64.whl (456.0 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

toml_rs-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

toml_rs-0.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (346.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

toml_rs-0.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (325.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (292.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (273.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (360.9 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

toml_rs-0.0.2-cp311-cp311-macosx_11_0_arm64.whl (300.7 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

toml_rs-0.0.2-cp311-cp311-macosx_10_12_x86_64.whl (316.5 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

toml_rs-0.0.2-cp310-cp310-win_amd64.whl (237.2 kB view details)

Uploaded CPython 3.10Windows x86-64

toml_rs-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl (506.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

toml_rs-0.0.2-cp310-cp310-musllinux_1_2_i686.whl (538.8 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

toml_rs-0.0.2-cp310-cp310-musllinux_1_2_armv7l.whl (557.7 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.2-cp310-cp310-musllinux_1_2_aarch64.whl (456.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

toml_rs-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (333.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

toml_rs-0.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (347.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

toml_rs-0.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (326.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (292.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (274.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

toml_rs-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (360.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

File details

Details for the file toml_rs-0.0.2.tar.gz.

File metadata

  • Download URL: toml_rs-0.0.2.tar.gz
  • Upload date:
  • Size: 124.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for toml_rs-0.0.2.tar.gz
Algorithm Hash digest
SHA256 d856ad72b6a09b84c21b5e7ab6b3d786acde541ddd30c3bbbda382f0caa9b809
MD5 594c42c8266dd21e93321c6010896ef4
BLAKE2b-256 513b47fb52ede8fae8d5bdf3dbd50b38a9411fa8cd66d878eefc196cf1e3e6f9

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d0834ad943dfba2fff608bdcb8b38c55707b362a6dd9441ad0890724a15373a1
MD5 d69d8669b94223b34a31154fae15a5eb
BLAKE2b-256 fbc15ccd83362f41ca9432d45b47fdea4c0d92ef82a06735a264ae21e314c301

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 f71d9c34239472733be856a454c95a50e21ffe25f78c6e5b764cb0d2723dcbd8
MD5 7ec647419216f7782e14f94f810ffe02
BLAKE2b-256 3ded0ca22d6a5e9fa457900b2bc32c4fb42e9b389ccd30eb3abd1c67ac9ce068

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 21ec98728b7737871ed71dd2567f7d2558f24db4042b049b56f158e7d1dfb0e2
MD5 155f7f6050f1013e8954b9ebcb0bc13a
BLAKE2b-256 835983d9cf27e1d4bb614d1ff8b67f8687017b2d0d11e20e21f9bc49225753fe

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 adf9ac3c0c1fe26f853c9f32a39a8c6f1bf8a6166ae3e02ba8860eabd29de6bf
MD5 55a22c8001b72481c431c6e2b1a397c2
BLAKE2b-256 6cd3ca9c0aa82b48b279642c688396d28a7ec19181a357c0e1c9fa026a2e1d7e

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b4efa67d98545b4b4774a89c3a13f7de1538ed84d8359c9fdb1e8f5f1da1457f
MD5 a27d42efdcf0eaf65d470d0b458777d9
BLAKE2b-256 73ad6068c97a88298b31be2e5b73003631439b894eee780c0f7bece0b2d1eb5a

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 70bb8bf23e7fb0cacf14cd19200b664043ebf2286819b2ab874fee35be022db4
MD5 6550433bcdf51f6453a0606df6d59352
BLAKE2b-256 65835396895c059047729c953baee4f1934ebba7139ed9eaa4eaba9f61079527

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 d5cb9729fd7efed5bf6d07a2edb228fc6eb4f3ef5f2f893e02df37691f00ec6b
MD5 dde2a89a2d5b0aee07f5a285b3134254
BLAKE2b-256 2b3f09c200281c4cb4e38c759fdf8a13cb4663e6d854d80a7fb1af7afcbe49f7

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0fbdde6bc3b75ec8115b044f5950c44bed84f4e58a607fdcfa2d3163f684d150
MD5 d3254c0a32e9389446bb61ba73be823a
BLAKE2b-256 29e53769b3b2e764184854e16b87c73163ef81562d05dc7cb92c588cfc6259fd

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8eae668be7abfea455ec42089c961fe18f4b118fd9bf8c93053a567384b71f87
MD5 156e3b2081788f47f8e92824b4fed4ac
BLAKE2b-256 48d565619b91e89a9acdfb9c93bff9dc1a2aca614f081976dcbf7585220ce28f

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 fc9ae310c3efb8fe59646273b563faf63c88aa699d2284eca06b3fc2602ae4c4
MD5 bf41e218fb2f7fd2ff35823f664a65a1
BLAKE2b-256 044dd925142c31b2b91cb8eba2ea1ccb95e594164fb686c72e3f519374367aa9

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 b20d2d8a9333fb85532b5cc52bd03eed128eaf901bfb586b416525d5a4fd3cc0
MD5 4c1af264c4b25246124a4991bb35a791
BLAKE2b-256 d822326213f68116d7ffa237c0549c5e1d8d1407db895aaaaba52f35ef6b6fca

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 8f7b35fe3ea9f81ab45f50eb5ef1a602f5b9c8bb2212cce6cbc11b4f2b8c465c
MD5 ce877a43baf9304d552f94ef4c2f44b0
BLAKE2b-256 8d02d9f27dd79bb921c3d5a79d3c4ff9aa10c7900a915431c4ef2ea4f48f9c47

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 670768738a90754f1686f7e031c54680c2883f2919735dc5e783728ac6327efc
MD5 f6809e318bd1cc5dc8e293a452248b87
BLAKE2b-256 3ea4a59bf24c3f58d0cb136a235efb8a2d61fe7a4d9f1ad0cb3ebbd97797a260

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 5e7078a98ef34fa410d5c0092813c79fafad407ffed2cd5384346caae387cfb5
MD5 a415acf26f6d90d05cebcc1a923be1f1
BLAKE2b-256 5e143b870bbe89963e3d48e692b7c300ab1486cd5b1426274be593bb4fbe4728

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 4c314f54d55d9bb003cfe4e24191cbcdcc027a763c7fbcb3b41570636d944e29
MD5 bf005fcab4d3380179368a00adc14800
BLAKE2b-256 6d24857cbe5065bd3a9b4cda8af633c7279b764e83e8059ae3f96c1d4408e20f

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4fe833c83e673715907787ab114f32c1563e30974f0c55a8a15c86d837b8f4aa
MD5 db02f3d3764dab8857d72997452553ba
BLAKE2b-256 09ce2b146e542602179431ac08750a4d3f5775c0d89427e4ebc195fa06a120ab

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 9d8f43f31452bccfcaa24f3e02275a0fc6369fbccb4da0dcba4344880954b5ef
MD5 14af5b9b6b2f64c676c1bdbd5d5bf5ce
BLAKE2b-256 a1b4e822fe2cb5b310ae651a9657b3c93a78aa5f2f15c160d0f3053d788d942f

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 001bcb15b737869fc46fa8ee7b9582772c22148a2e5b5549189910f486ca67e7
MD5 578885882dcffa70af83de7aea078d82
BLAKE2b-256 d598c040d6147d3ff2927dc0eeb8a9fb10ddf925b6967de598699e22089d94af

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 bc3b84525c96aa09138c396c4c6b451d94df5764e2522683b401401522160999
MD5 5400485535c5061e51b6013b01148086
BLAKE2b-256 936aea77c15deb9b74d7d56ae80958bf170843206d7ff20e5462e678713dfa4a

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 40509fb78dcdc2065f0a0e48ba7aee9b05450086da8c4f89c7680d95458a1012
MD5 a8c7f71f67e00e01ac0c1fc6a618f144
BLAKE2b-256 8920d2014f3b0f438b6056ffae7064f3dab132ab2e64219672bd91f013197c9b

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 0010638a405f2a6681f11f138357d0d4bb456bb29920265f784f02e1855e5b09
MD5 a3ea8943ddabc90aecdf5613865e1fcd
BLAKE2b-256 aa567ca1e3b4ccc21bb322f5895bc1fbf6387b80242fdf360c820ea95211eca3

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 17d77d0daf6657f42f2483058bbc764f4cbac911353d032c21f8a1973bd0a055
MD5 3d8ce7d39befcb1053002d6366092e73
BLAKE2b-256 0c58bd7f6177e3d34127d6ce3230b51025d1d5ebb189c160939e8f824996f167

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 2bf2354366e9fd73e9a1cae99cdd02efa6bcbe824f106c62fda8f2b82f5b5bc8
MD5 a674c0a4aa3f49e9264ebb969cbb6555
BLAKE2b-256 743a0d21fd58dda4023c49f756f79b6cffa26b33db8bbdf4c47c797f73db27a3

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 01e7c1a14e208b97b8adcf257684f8f148ed35babe5a400ff83f015c06154696
MD5 dd5ec94419aa0339da62b1ce4d307657
BLAKE2b-256 a3040fc8559608ee2670b183b28c5a87a54a48df329269c6364d8351af69eb47

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 98f143a8b0ebb142822d6ab477d2bb4ce3d929dd579f5eb978ea75a6251f96d4
MD5 322be573dc77a878d9bd38fd68e52969
BLAKE2b-256 7777a3e3de2d97bda6317e9267a2bc52e2451ccf6bd8918a2deb7966e2875d4d

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 dd79e47a497c2b1554ca43c63e05aa1adf79e284468adfc17c015637231bcd85
MD5 dbc899b8b9dde6f74f4bb6b8fa39649d
BLAKE2b-256 8c92bcda5938a4223f92d6646c009937434a01407e0a8ff423e6cb7c05d0243c

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 383be45cf8e016e8355b9f13892333dc57cdfa98e3f565991623351dab87e538
MD5 83475c7e9c41a7888f69d8afd544cc3f
BLAKE2b-256 e7e821abaed1e12cdd7950fcdf349cb77625f63ac33219823777ae8b60d1d3f4

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f654484cb1a7003179b251ad11cf4e73b3367deae23f1e6a5ee4bad9972d51b4
MD5 0a8344cd7d4c18d3f07f80700e34deeb
BLAKE2b-256 c5a814f1e8b7acef351ca98cba3344f56c3c39d4ae5652dd8caec26ca00245ac

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: toml_rs-0.0.2-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 237.6 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 346f9632e3e196ca217d0e746e93d2ccfb243c6b560d17547669dd6b2d2cc606
MD5 09edc9bb3e4832a61d2576b3e2dcd7f0
BLAKE2b-256 3d3b5d7d1ceb962996a3d12eb99a55ea877992e792231c9deffe28a043fdbc08

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-win32.whl.

File metadata

  • Download URL: toml_rs-0.0.2-cp313-cp313-win32.whl
  • Upload date:
  • Size: 227.8 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 d8c877dddd5efa08ceb6b36ba0dbb2da6c62369e4b35b35aa7ee3a23b55acf12
MD5 2ca25cb9971ee75171a967fb74696add
BLAKE2b-256 e5455566e50b37fff991e2d3adc55979162f7d69b90c7f9c50cb9766d90bc7e6

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1d494d4c9f6cab9e4f4fe53d62d3b60cea901378a4a1bcde59e3d62208595325
MD5 f9c44827a874d517ae5cb8366474e63d
BLAKE2b-256 b81a63e297f98df3f9fdeefab5bdad1789dfffa5ea64495c9fed4c039bd9259c

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 7fa21f82648584cd7798fc9b49add0803c5c981ab21c6b613d82c4ade281d777
MD5 de18348112955e0e8b4e469f85834f40
BLAKE2b-256 0c8ca161be2c961296f8821a2640ce094756cc2ef14173241b5b6053ad58f5ad

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 d14714a150b5b4874ac9a595af980040686231d61891780752587a88d9a4a70a
MD5 e3f3fde0e8c2ed8a625b66da78e56ed4
BLAKE2b-256 7c404bd76a397be982a4fcab2e4de61d14a3e44ad940067b6094b4ea98163fba

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 670e1b6bda6d4cb9accf36776594f0640b53a3613455f4e15506629f7887420f
MD5 e5a187aeaabff390a62664bd06e17de1
BLAKE2b-256 7035b2f52bfb1813265385293e5902b141041f0416195bc00cbcfbec0523e847

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c7656e94a3419ca6a232d23070a0639bc9480e59eb8b3be0ea219fdb63efea1f
MD5 a0e8064d00d9e170bb4c4410ea0bbe8b
BLAKE2b-256 5757ad69c2913af6b7b6862f4a19144392d709c641ca2c9ab684fcb1648847f7

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 e4b1f4e8a7851645a3a2b0ecf12566171023f69689bc5bff53370ba097c4085c
MD5 479630a3a7fa1bb59da518f8690ba124
BLAKE2b-256 9f6c9aa85d22a406b992f4d7325325549c7f7f5335ab09c840c991d9129859f8

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 e7d300f7f501a8a1aba41b5a79efae50c8dd842cd18fe8447152620ac7dc18c6
MD5 34001996c4553c7fb331853e30ea232c
BLAKE2b-256 445822d224df6a8a78b7deadd36f04118d221aebe9abbcdc8ad1b386c5473602

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a3df747a38d742d755a5155912156656821725731c872e660ee47750e15148c
MD5 1410962ada0f36544467948134145335
BLAKE2b-256 7ffd465ff1c8079c2d98d758d9adfdd7ed88101ec3124ce43c6cad25a7723917

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 833833063bc4d1e466998107f55cb66f5df64a3ae74ab6f3fa62fde450ea7ef5
MD5 d72acc5065b8d9767dd44a4de3bba813
BLAKE2b-256 8305a70ed18c39c97258597c6b45c2970f72cddc9994a5be626225462f45ccb9

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 16a22824b06aba400fdd6da2f8f2c7c7084067641f2b0b986bd8f55e21021c99
MD5 87f3f6a1a4ee8978de124112a30955bc
BLAKE2b-256 aa1103b8bdd2edabeacc26e1d8d6c202aab4abcd602f829dcdcf1f18d2c59d40

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 485fa2c18a6a11eac0a5d224fc3a48d2999fec0d2be40f037b2978499b75ac7a
MD5 65fd2a063c2a165bb2ffee9593e13f07
BLAKE2b-256 265ab4bcdd612c69727b440603da1b48d7b8d2c8cf2c3bc7a4ebb087b087765b

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 cc729d668634ab56ae1b9edc2eefaafc25305b7a600f9183973130023f1b0537
MD5 b9550b58dcda76800b9d7dbc83e36f84
BLAKE2b-256 296cdc72d1f268e71e3fe35ad9120cadfcd76702b3be474fd03ea8054b0c1f07

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: toml_rs-0.0.2-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 237.8 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 4caf6f4507d323505f9ebfd3695847805a8694c9b4f06a4c75418dcc4c9a74bd
MD5 bd52384f16b1aa29b7654c6ea6d74525
BLAKE2b-256 066559e5b57fba4f2a0b90cfe24b81eec62b5152815ed5ed826aa0566f02aff1

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 25cc987adc0ea74f875724919d355abbeb264964af719835a2dc893da8cfc20e
MD5 480e0a9a13c4566eb164872903f91168
BLAKE2b-256 bb297d26db8225a1b641f330fb7655cd068c15bc0146696ec780806d50a0dda7

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 09e9e0d3b995707401e477dcda11f27f5e65b50dc564e6dd27d7496ad73b226d
MD5 a5569fd6770b15eb7f3ce316d59f95f4
BLAKE2b-256 8c3a382f23a206e52c3785ace6d10ca832d8db36960e8936e3056dfebc3d6a63

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 b2465d5eee96ddffd0a0d241cebc8dcd6d04df3c1e0492ebaadef9df62962da0
MD5 f70e679f41eaa9d5558e788291fa95eb
BLAKE2b-256 43e71b5a55cd164860cd8e8cac2f214c656620ba2e5b643c6ddd760801145fc6

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ba4608f440550f4ce05694770f7862e645cf92d7d00454b0596762ae15839dea
MD5 0d9461ef9dcc192fab1d3adbd74e2c41
BLAKE2b-256 1ab9bb2d7d7a68f05b35f96550438dab85a6d34605891314509d3946e44ec2fb

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b21978505205f41b9e8305ee2af1b8ff52951d02c21cbf376ad57476e7f534e7
MD5 25ed0d29f4d69e9fe73a0db2ac1bcd5d
BLAKE2b-256 e69ed2b6598d89ad4c9aed947a3c75b0f9998ea14ea462fc32d220cf81f562f1

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 10665b89e79f8e6a7a619e7112028b0f69772732b924e683bb592c265da4708f
MD5 c1adbec5c52328caa46b781e51335349
BLAKE2b-256 bd9c54f6d1e09037f518b35cd66c9beb3f64435f7d575795fca4995b7e853bc4

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 7f0d796c1888e43bcc95622e994a06a0a19a2b0b12eba59241f4e9d73d1a9602
MD5 3a523376966329c4ac1959dadeeb2784
BLAKE2b-256 62fb7c7575be0705262e92955e60cdd9c73bc461bea9e3ce660247cb2cfb0586

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7e7b5d3dcb6863288a9265fbe5d01af764a4173ada352bba332b534eddfb55e1
MD5 83b8426a18a3163b05165c5ff3b814ee
BLAKE2b-256 ce4324ffa6a24da5530a5c84047163fdcfd59e3f17e99727f3be20449cd2bbe7

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e9898c004a3049d04b71334881fce5c2b79474b67e4a86a215cfa287090f9e37
MD5 5655f955cb5a9208cf4adc819bf0d800
BLAKE2b-256 874f66ac35107a3b34fb7f2bea64faf0a3b4fd46513128b772876e4a7e91cc8b

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 7b50da877ab358e9cf5293050e71674f964ccb541cf36df21665b174a7f403a4
MD5 c3a5aa04087e884a89e11fa3c0dc1057
BLAKE2b-256 affd8f177d5ced7c50b685faee69ee3145b93b941621e4badeef9c6bb0aa6fe2

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bedd4a69b2ff47d6a44087ecdbb3f3ca092834daf0ad912999b0de1572eed4da
MD5 76b8375351cfc767cc8c18e29bc5e478
BLAKE2b-256 a8d925a0e96acfcae23497afa4609c0e915033880804f4c7f1cb836baef83b5e

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 6744c3d4a90d3f06159d917f8ae6d2fae4166ec78a41e62449a19f1daa40a69a
MD5 1ae33a79e74c71b904593f1bfc77ba41
BLAKE2b-256 1f9b7388212704763e32dd39175c93811a5ec1aaad93827486e337abfc2cc4cb

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: toml_rs-0.0.2-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 236.9 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 1b2896ed1faf9e5f08be2a5975dba7a351be0a6a5cdbfbf56e7fb669d4b33f85
MD5 7369803bb0f7edb3d40323954805db12
BLAKE2b-256 0f59556c98c1ecbb706e0301390d0e7b17914fc3b25bb51a656d9ec6f995dc60

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 cbf0ece02e6fda88f8b2d2159b18e0ab587aadb4c5ac9a84a894641d18e1e156
MD5 d354efe97f15028c4640ec9eff110b84
BLAKE2b-256 a512a8e1a53f17054f5ba7a2ad7c23c17fee56d8c73030005086016ede6d7006

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 b024a7fa616be466eeec40914fac492faa744007e14487c19022b4791390ce32
MD5 0f1caeebdd2d0e30993cf3e66338fd7b
BLAKE2b-256 9850aed856ebc72ee8858c5a561a4bfdf76ce2c2b7fb518a8abbbfc9d985c4db

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 6385500cfcb07bde04701de837408b75f0b327f282027eb6272624a046737faa
MD5 a9e15d363a46b5b1766dd1f3091b2663
BLAKE2b-256 8fbf2088f4ef2fa86208c412fb08d85ff8e4dcabe25195d9a6b87d71e7fb7820

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 ef5afd8ce584b6de0d11274e185285890ed4687ab262b86b17dafedc53a09158
MD5 d80bbdb193a5d1d931043e2b3c6c5a76
BLAKE2b-256 1bdd24b29b50aa6a841e352496ed2cecc0e0ba8832287476eed004011df5a62c

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8d31cfa0d5e6b0734981c5d62220a019499eb8fd75119c053af07bff19b6c1f8
MD5 078946f0a2f35f0c51c414005aa7f514
BLAKE2b-256 fea12ec724f2232040a818563320b7b7e769a12f52f3db905ea346521ed2af87

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 6279cc5a1206dceb655a803d9184e01dda582a9f84704d415a57c9034d973c42
MD5 3fd8b056fe35e710b177f516833eb27a
BLAKE2b-256 6a6199962ae86eba12394809f04d68059a53fa1d4e551ddafbea52f05eb521f8

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 34c8a58c8a371213f74a2e1dbb444b9332851a9229787b93c01296a67f56ea3a
MD5 8eb6c1264eebbf22d5e64ecd46eb90de
BLAKE2b-256 c21b8574323fb73e5c15c795f47153ffc9d29ea5ff0030389eff793ce785f7dd

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 72d2f91b52c9dc09864538b29e3c9267073eeb076829547bc9bc078ddf18688b
MD5 dcbecb0782453b152798039a97427bb7
BLAKE2b-256 f46b8d7a9451f9b8cea3e0b69da234bfbf2be91ff0ea150b85d374fc1ddf6d71

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 fdfe1e24733e45172413ab937ce4cc0e8535770e1bfdc2b9484ecf193634c224
MD5 6c76bb6fbb1c7a5c2c008439adcd526f
BLAKE2b-256 032fca62d9fb789c17c065a0854f72567b337ba875173410cbc2c5c1f5061f00

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 6b9ad044a8e7753f758896774f1c6880feded5a266501814673bdc0f8b79e766
MD5 cfeff4413796d3071dd2f08bfe28c50d
BLAKE2b-256 4a43f2775c2a5a4c4be5c986cf927e6a6dc378781f93276c26918f384788c653

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3af87497b4cf305d3aefc176d03936be6fefe3f77058afb00a55f50ad362b12
MD5 fa7e329a988851939c756cccf82358de
BLAKE2b-256 a7ad6bc0cf9a77b31ec4b399b541472e1469f52684966ea9cd4e667a3c1fdc3f

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 284ce7e402f75c903146c6850e1e7c70c8de7527d9216991cd4314b93c2751e6
MD5 6f50ad932fd57e9254321a6f9e43dfd1
BLAKE2b-256 13b2e89a718730b9f192063f40c6a4dab3a7ef3642f5299fc86c45fe211ff5b3

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: toml_rs-0.0.2-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 237.2 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: maturin/1.9.6

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 3c2c49a5cea4a551ab0c6c8a7f7fa1eac72489d9f5bd813c841b886ece8ffda7
MD5 f9408e23746e1d6b5a4a6c0e9a26ad10
BLAKE2b-256 e8c663e4efed8d595092b86017a1fc26eaed3931c9e9696c9facd2081d69c9bd

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ee81a468b6e083245a63461857908c73fa67dc5b83ff13e9284a301ffc374803
MD5 e698bdf10bcb800d3eb5f67df46679c8
BLAKE2b-256 60f549ffa0fd1a79365bec493a8f6722df2047c3de017a27bf713b11d7055590

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-musllinux_1_2_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 2eed4d7812b2289640042d66de1f2bc0eeb59957447fcfb4ac51e25bb8645400
MD5 5192529bfccecbf799adcb37db770137
BLAKE2b-256 c082e089274efb07bfee3a7c124d5d18c7a1805dfab63039babbe2691f1fcb48

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-musllinux_1_2_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 e9d6d9b5e98449012d5f0e032bc89a73fa3ee8d3a788f4a6047df877c340e4b4
MD5 f3d5ae057ca8800c1b953aca73726733
BLAKE2b-256 0b26bdac3347e89d9bafcea09b336a73977999976b530f77313287a876739235

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-musllinux_1_2_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 190b744509659041a9fe04a829e459a98a0a1d829a399c082c1033638defbf2d
MD5 d491e9d068475d332c57c71d1938a0a4
BLAKE2b-256 f00d07b962496d106483c98c5471f04758c052c8e8a309b599afcb3b665528c8

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42c956f68d364bcf93079171d2c81a386c34e06c7522f2841492bd2a75793757
MD5 c7339910686e6384abe65b2d9bb2966b
BLAKE2b-256 862d5bfb02e2a53f21ec965a5e35ff9832a7860021ad46f0ac2e688839d64714

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 ff0d672dcce0cef385a2e5829c0fe806f852678e89a7e92d70ed847d9dccb6de
MD5 86adc604927620a5cd94f8ca896f8bf5
BLAKE2b-256 da4da050c23ac3fd562b234bfaffdd562c39ee2c03222c03617a68c682be6e44

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 51b10e40149bb06258eb69be84f8178f104b21af27708bfda27bcea6337e4803
MD5 ae3de18b1350f8111b74a53507800fa1
BLAKE2b-256 9c240fec3a7815ef648ee3ac44916e06c35f084e373a2fa01b35c0a544a1b758

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d746b9ce88912d7d4a86ad2aa0086cbba2da04554c6f3947791b5612d6ca65be
MD5 5ae960f9d7494cecd9c26a97cf322143
BLAKE2b-256 4ea2ad2d316d864b2d72ab6a64a6ca2b60fff8411eec15db235f231447c5fdf9

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ae2df7423bd59f08e75711a51608b74f25c5bd1a6aec6d75b8816b3fcf771b32
MD5 fc00f331fa758b42896d4b1873feda45
BLAKE2b-256 cbdab2b5106c5ed5c90e1249c9de249794b59c5023f3575969bc2146e9e2aa04

See more details on using hashes here.

File details

Details for the file toml_rs-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl.

File metadata

File hashes

Hashes for toml_rs-0.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 59d1d56828787b03d36f2a404ecfced9b9b68cba59b785947df1cee69c135ad2
MD5 79c21ebce32c0012612041998c7cd777
BLAKE2b-256 5a204fa86167ac4acbf284ac104f52e8cd0dad4e2403246f3d47d7fe7e143d53

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page