Skip to main content

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.1.tar.gz (121.9 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.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl (504.3 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl (536.8 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl (555.2 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl (453.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.4 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ x86-64

toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (343.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.1 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.8 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl (358.7 kB view details)

Uploaded PyPymanylinux: glibc 2.5+ i686

toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl (504.5 kB view details)

Uploaded PyPymusllinux: musl 1.2+ x86-64

toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl (536.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ i686

toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl (555.4 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl (453.7 kB view details)

Uploaded PyPymusllinux: musl 1.2+ ARM64

toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl (344.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ s390x

toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (324.2 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (290.3 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.9 kB view details)

Uploaded PyPymanylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.0 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

toml_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl (356.8 kB view details)

Uploaded CPython 3.14manylinux: glibc 2.5+ i686

toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl (501.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ x86-64

toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_i686.whl (534.3 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ i686

toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl (552.5 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl (451.0 kB view details)

Uploaded CPython 3.13tmusllinux: musl 1.2+ ARM64

toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl (341.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ s390x

toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (321.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (287.2 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (269.1 kB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-cp313-cp313-win_amd64.whl (235.3 kB view details)

Uploaded CPython 3.13Windows x86-64

toml_rs-0.0.1-cp313-cp313-win32.whl (225.5 kB view details)

Uploaded CPython 3.13Windows x86

toml_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl (502.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

toml_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl (535.1 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ i686

toml_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl (553.2 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl (451.6 kB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ ARM64

toml_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.1 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

toml_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl (342.0 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ s390x

toml_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (321.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (287.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (269.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl (356.9 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.5+ i686

toml_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl (298.4 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

toml_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl (312.5 kB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

toml_rs-0.0.1-cp312-cp312-win_amd64.whl (235.4 kB view details)

Uploaded CPython 3.12Windows x86-64

toml_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl (502.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

toml_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl (535.0 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ i686

toml_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl (553.1 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl (451.7 kB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ ARM64

toml_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (329.2 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

toml_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl (342.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ s390x

toml_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (322.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (288.0 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (269.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl (356.8 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.5+ i686

toml_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl (298.4 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

toml_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl (312.5 kB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

toml_rs-0.0.1-cp311-cp311-win_amd64.whl (234.8 kB view details)

Uploaded CPython 3.11Windows x86-64

toml_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl (503.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

toml_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl (536.3 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ i686

toml_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl (554.8 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl (453.4 kB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ ARM64

toml_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (330.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

toml_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl (343.8 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ s390x

toml_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.6 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.7 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.4 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl (358.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.5+ i686

toml_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl (298.8 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

toml_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl (313.9 kB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

toml_rs-0.0.1-cp310-cp310-win_amd64.whl (234.9 kB view details)

Uploaded CPython 3.10Windows x86-64

toml_rs-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl (504.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

toml_rs-0.0.1-cp310-cp310-musllinux_1_2_i686.whl (536.3 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ i686

toml_rs-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl (555.0 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARMv7l

toml_rs-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl (453.5 kB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ ARM64

toml_rs-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (331.0 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

toml_rs-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl (344.1 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ s390x

toml_rs-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl (323.7 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ppc64le

toml_rs-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl (289.9 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARMv7l

toml_rs-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (271.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

toml_rs-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl (358.4 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.5+ i686

File details

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

File metadata

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

File hashes

Hashes for toml_rs-0.0.1.tar.gz
Algorithm Hash digest
SHA256 2ecfdc9379ff24daf2c4efa0bf915b5bb1e3ed292969ae2308eec2ef69e54faa
MD5 13c7b1f1d0a1c1c65f1359f596dcd283
BLAKE2b-256 f288bc0d6764a3dd1a0d61ced8356c851f9b4e90f436ad726c85e4f1819a2f7e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 f819ac511f6b5a2556d81e86ed5fd6aee521855a8ae2a13518c77901d9c8a9bf
MD5 b3d8bb82ba5800b4cdba3b8aa833bba1
BLAKE2b-256 8e0fe26b8c7ae7242c977a442e44d9473b5dc29a8ef66eccdab9762d29ee5974

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6f265830c4525d662567018e15815071d11a4b2638c2c74cbe20ac11eabcdfea
MD5 5757054dbf7629b0e372c66b012e5630
BLAKE2b-256 753b066a49bc4ba82dbbf8a3102bd94b324938bd918c9e5138da3490d0235330

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 3214a64e291b6e7691b63146e2386732f1a84b723ccee7d28df31f3b38cbda7d
MD5 55c7c153a9897fa21fc6399267d52425
BLAKE2b-256 a5df32d2097d5f003676966c2bef3f9bbdfb63c9c69ffdda24f74e9192f9c936

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 3aa6fc1ef128f906d2f03dda717afd011aa32c9462f354ee31131c0dc58ad302
MD5 7854ded7bd583ec605e00e5e1d8cc7c8
BLAKE2b-256 8b4d1da7ff4f37d5b41b813f8c03e73a5e4e53e3d9b611abbd75db29932bc3c9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 0923ed602a267ebba97fd4e1e3856a7cdccdbe942ddfe1de2fe7e6016b312983
MD5 04c4d3fbce0e15accde73104f1ad0e7f
BLAKE2b-256 87617599bd6f246ce0cd10e716651c3ad704d3b561ce32aa1a7cbd7f1e46b081

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 176e4bba801d088edf41e018613e27ab5a6f5a6debc75d119e818ccd44bd9842
MD5 790a4deb101d060f824257dec39a65b6
BLAKE2b-256 4d37b00189c54a54cb36d1a4ac216793b3f58433c563a8b464952c3b1230f642

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 0d95a1c639b4fb2d6b62dcd490fcade6922c01361b7e154f474b104ace4176d3
MD5 aac2f65a1ec092007f2fcda5163b90c1
BLAKE2b-256 4029cbb6158e6a2184ef4de6807025794331035abbcb6d1c3f8a0bb95d311408

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 d893bf0400ca60c181c79d1831355f397c56ad15af055cf66e30b038f1f8d56b
MD5 25a734074f692905d29db1759ec2e099
BLAKE2b-256 4ca53f2ae2199376755ddd7d6c248ba1e38af4a1c5ae0d5884a00a928b9c3a16

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 2ed0aac68dc5cd7f050e9f7a3bceeddd19e6ff5c3fe81503917bd0017c6a17de
MD5 08e76071d6f9998ab868ab6c14cdfdec
BLAKE2b-256 373fcd9b47e52707220ca2a65b01da553733529a292a69cd3eb11b375d360d89

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp311-pypy311_pp73-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 8b07b80a684e3e2003c25cda048e7413725cdf51e90e8aad1c03264f65256bd8
MD5 db20ffb02d5d61f8ac6abfd98ac91bb9
BLAKE2b-256 bbf2e696cb886d2ec5326576f4497369fce3f1bb543ca4d98864d92f7458a8b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 27d996329930f841582e4c32294edf5ca271f3bb3cc7b863277fc4633b5a892a
MD5 844fa7294e208f0e368f738ce88cfc8d
BLAKE2b-256 1a8f412e8d813565674794caefe65f042c39d9249b265fbc150d6de3063bbc95

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 3cd5afd0f15e9bbc5199f5a698405fd27b32645af68bc87a4e24af4459a53f68
MD5 e84ed8b5e01e3364408a0beaff8ce0e0
BLAKE2b-256 cb08b56a98df24e28278e064a911dafd5d2633eb5b3482a1f414387a2553e788

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 9f5d378263c99d83d60469e0709cc2c701c7bbe8da7617a187d117496dfccc2a
MD5 d6436425699731228daee39a35665e8c
BLAKE2b-256 6e06800f1b99c894434ab676110b400616c8a388d47216f0afe735726b24afee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 774d46288bb2fe81d52c98cc740c9d9e693e18528eafb06e58d748527697f1e8
MD5 46b02ead589d77e2698744d4669e33a1
BLAKE2b-256 e6a046a76897f01fb8c40362e4d9ded8e08d7aee147acad8a7699d62444253e2

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 7f8db5ae3b07aa03b5982f20f0ce89a4d60bd39a85ad944ec4e81f8c23d86340
MD5 406e41b8b8f40a77bc3ae489cccc41e6
BLAKE2b-256 45ba2e39e9666dc081cff382a95f94982942396ebae8b05a58214b9579053d5a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 4b7234c28b488e81416f06a48f08909c96809da3e423b10a7179da18b526e7a7
MD5 12fa6524151ae088b43b3b36c06e4b81
BLAKE2b-256 f7d590536a6e2dd60e50aefc231338bb25cb6e2d016fc08a45e25e866d4f59d5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 7a5f63314572c576635bab22ebd8135f5678d96c3590ac8696b6669cf6d02230
MD5 b31b91014bfc397e2e0030d23620193f
BLAKE2b-256 f0b9fdc058e7b07261db5d634fdfe470b52f95703a86d08610a3d682aba61ef6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cc88074f8004475cedfea17d0b22c336c001a8d6a6ae41e9e517ff9c891bad10
MD5 47afa5e10de00cbee324d21c07339a31
BLAKE2b-256 b81af19d3aeed290b0858319acf0ff3fbfa890be2c80c685f222811311576719

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8a9e9341e25605de54fff2001767b1e7f7aa7049fa198ed23c41a0c2cb77739a
MD5 9bd13d433521b133dea608d3f752e8c5
BLAKE2b-256 66f997133379ea2d2dbf14d0f6ceb7f501f19f08c1013b651a7847e983ad28f3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 e8f52c060084da993826554a6867802a6488044608d42263e37b876b7ad74d1c
MD5 9662f19e734a7511e92a44bebf9e50d6
BLAKE2b-256 b7c297bcb3b1ee89a3498ebcd4a4bc014b4c46da87850581aff8810c5ffb56f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 faf708b01bc99e5c20cd8ea5318fac3af9c8ea894336fee7a87f6e7c8bd9b1c3
MD5 3c8bf7d7af3cec8b7602ed7ad9e463c9
BLAKE2b-256 4affea10d4163b1a2cc552f2a15f95bde7962524c74106c5a32a1567625d5b98

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 af2650048b882c18faa772ccd59c76f7f9492bba1f2b8d05de95f2a5a2bfc9a0
MD5 658d829730cb9515093c42e2b1cbc2ae
BLAKE2b-256 8956fa108c933e7621b8f7976fc9f3097b25d399c4d1804a49a63abf991aeed1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 eb32e320bf24b26e38567fd69c4897c201bb7a55f3fa6f4f36293db8ea81ae7d
MD5 0f6b2f1f2b37b65ef96086df9e4d3bbd
BLAKE2b-256 39336abe215ce0bf6d7dc45c4ffea8b3693dedbd0e1eae6148cbf35f0573f022

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 e0edfe3624279c0b5f0f51c38dc0b7a0f505b111b3fcc1cb8164c6c1f3c9f70f
MD5 4669629df7507f8f13f803103c815774
BLAKE2b-256 2da2830c95f5bdcdb68f43ce444273dc1ae9e72b87b8d885bc9f1863f723cf48

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 056c57d8a135c3277efe7551ac5fdc84329f00339a6afe53c27e90f62d93233b
MD5 3235267be01d136512b3d956f7fde9c2
BLAKE2b-256 7ba7577a6d9f044b6cd36aeb9333cb487996dd99be738e505c99303b3809c290

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 679dd2c645c92319d2237d7930194a1208ec2e7f0d9a001c33388c0bee05c6b6
MD5 746437e7a9b0ef0702f0c75b8e4b9547
BLAKE2b-256 a075b6caf966e514ee287c132ebb227db0356c7efa70e6fda5eb541fa76279f4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 0bcfd3ebe48b4caa314cadb872a9f5f9805b3c6757e3e8c63033ee0b15556441
MD5 7920e9fc489df4b99c963ed343090194
BLAKE2b-256 4158e7c80ac8082003f20ed6afefbbade9018b0a7d4fa1e9b91711d3d3439693

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 a115f8738f2e364d93b7f51b3b0b437e54ad1d59146b7899eece2147a609a69b
MD5 0517c1e44fc89ca5c913c1d680aa9931
BLAKE2b-256 f43471ec79a6c5067c8d732abc262f4235fe5cd0efbb9b15249fe2a7c7d1c793

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toml_rs-0.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 235.3 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.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 60bc5846ea0d7357358b2d02423e829a3c4b2ce51db7970b07a6e224f981c54d
MD5 f533f40c4847b61e6ce3e24e08ebf521
BLAKE2b-256 4661bb6d64408d44340653b49c9e35385c87d627e8337470627e2869972c90be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toml_rs-0.0.1-cp313-cp313-win32.whl
  • Upload date:
  • Size: 225.5 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.1-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 a9dc44e3e26a44e5d69b2bce3bf17acea29a76aaad8c055395b6b16c99ff5e52
MD5 ae228937c37770bd95692eb17a4a8c17
BLAKE2b-256 da50fcee127212d1ebc9d921159506c8a1927a33ef2a248cba153602d584ffb6

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 d8e807e9ef817a4e3b3281f12d5eb3cf19e503b5dab5b811a55f157fb0ae79f9
MD5 b3f7532e1e597ce249fd6eff9f180a46
BLAKE2b-256 aefe005e9789358ad103e15fe2cdd837f1193345cd0f3bd840aca078a24023ad

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 1637faedf6d842aad9e0b2e0507009b3162b9edb64f078bd1b15c4b582ff3e44
MD5 3a806924fbb74ee853fcd762c6d65ecd
BLAKE2b-256 b693eb2ad52e6412f80ef56ef4dd6a80a4088d42c4d27a683a0efffa96caf29d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 ad4a552b8ced7eb1ac48fa78dd8d488e5cd36df2ed0a973ecb4fd68fefceb46d
MD5 e53a41b792ec137ffb567fa91e0b2a8d
BLAKE2b-256 80afc4f4b7aa3ee261b307b96efd2b6271e6f7cce50c2568746923554d5a98aa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 de1670bd5939f8b4c8db09c61bdc06e39a2e14f505b1a40937219a460fe2f07b
MD5 6010728ceef57a8d9a2b18448eb5c30b
BLAKE2b-256 44f3f9354c736270ce0dbd0dba0ffe7e997e065cb0f84b380378ccaa793fcaaa

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 fd59164cf8915024b3c2d6eb5f9376b469f31b78476120378d5967c5a6fbc434
MD5 6bcde819bc30d93eeb250259992c20b0
BLAKE2b-256 727742ee340e3cea8ae2ed9712081eda84b57a9219eb137e9358aabb9dce15b3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 2146e130347a5a7e025eb235f57f8d766259b228c4723765b30eb8895cb5c888
MD5 6635d004220821fd5f2b84cdb0122496
BLAKE2b-256 685a263ad29510642376792e93ae77677af78fb89fe166981f63ad83c2612859

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 c07771e63bf6f3a204b4e9ac0a23d25d8fad29d724dbbaf73527158b8d19065a
MD5 c807870fe005d590e662e98aba17845f
BLAKE2b-256 0858951751580b7e3a2671e9ebd7289eda28f74fcbf46573506799d904135f43

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 68803be4dc4599170f2a7c534be7aed0447b2fb7114c8f318d617bc54b56d737
MD5 2d84b6437fd71a2e1d388052445a1424
BLAKE2b-256 4517964be3afd87e58071741c07b00a45dad45e6c02011a74002e9bb4af2f66e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 b50240ed24c10b7ae05868dd3097a63b22b08e1b3f40fd04e74b6e5a39ebab43
MD5 984fdc945187783e360c23881fcb911b
BLAKE2b-256 eb80837d1723ec9e6ef79daf9660c74343027470df5a958b5dc1d5f8953aa504

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 93c7d3c481a60d8463c100827786d0610b56876753bbb47b40942ee7c9bafe60
MD5 9f381eb4722ed1c07511ab5d9938f3c6
BLAKE2b-256 7a212e76e0ac9fc0528ca017df95ead36c5640c97fedf75cd571a3d69db17243

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3bdaac8167fbd5ab0e3d6a439435b932d1b43da6fd7c68532461757ac001ffeb
MD5 86d8e1f34d062e84bbc2f32e6aa3480b
BLAKE2b-256 ce7ec63c227de37316358d7c3b4366559463ffa7a51850d0c18793728d8b7706

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 c23ffd09268d607a3c8c32ccc0b7eff91ab7bf2698fcc1a5955a54ee8f8f5eac
MD5 ef8459a64a0a02a74ec5450d436742cd
BLAKE2b-256 92fdb394e9edad6d13bb5b4f573264712a77b66f425161875a9a87871814b34a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toml_rs-0.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 235.4 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.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 d5e0293bbe489ef2d5804e499e2ae5a95169ac911ef472f11e3b68a13e6165a7
MD5 ee5e50fd7de124565e2f2fa6d824e7c0
BLAKE2b-256 93fad286f1a12e59596a12240381d80079c53d78348734d38ce03a7ddea178b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 1507e1b26a062bca422cc1796efb7943c12bdacb8dc9824e068df546552c474d
MD5 867e67498e4212ce894a7d6f72b2304f
BLAKE2b-256 cc977a1d206f3cf34e5dfc23af5328abfa1fb4e12620b57269536e58f36da58c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 6459074b86d4615c5fc324f3929164b506fef6dda4ade0faa7f27c44653abe2a
MD5 2124f4bda281e467864c083fe220a7e3
BLAKE2b-256 b3a9213459932a33fe15fc3518405a7002390a5beebda9b5e24ddeba4d8b76f1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 462f816556db650b73bcaf0d47c95df51309668fc0f73dc05ae851a9506de231
MD5 a293a9bfee6826036a39b7ef630a40d4
BLAKE2b-256 e73a3691f992fd83de3047c703a61798fde7b3330ee175773faf5073c728314c

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 d9dbc9dfbe2c9b1c5a2bbb2c34081f7114a5210e47864a6a47a6314bcec8be26
MD5 5361a2e39c97ddb2a1ad5aa3c9d7572b
BLAKE2b-256 419f446728453c1bad00bcce05432ba65468eb99acd06d72feeaf75be048c826

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7cc749734dfb73c8ee93bda3d58342d55904988eb9cc2653e33f43abb79c3446
MD5 c6102d50871d2c3cebbfcf72751d8d61
BLAKE2b-256 6102d4630689c53d0ea6ff0315a6ddb72e80adf240001e58ee5503a97f9752c3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 17dfd7047569a46132f2f08050625c0e062a440e253cdf8752f346d79ed5153d
MD5 6f1742424c227e1cd002abc3035dca07
BLAKE2b-256 2cc281d85013a5fd08dc79ca809983d825e264aa08962cb06e9433576d5b43fc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 53c63bb22aa0135e3ab2e161af40f0e8bf5ba3147cc959514138c25159a8dfd1
MD5 ddc62cf3dc833ca63f3ad094b76e87d4
BLAKE2b-256 a151b1c3d5a421ffdb9f14f4d3dee0fc4eae0a477401df5b506badeec510a3f9

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 ce50393d5f28f249b3b236d6cb7a97050eadd6fc5942f51174fc1585f612e53b
MD5 4eeaad79906bf4c59d683638a750fc9b
BLAKE2b-256 9cfa7f7b0623ce7d6c425acee09fb1b7ee135111e6c92b0933d14d0e702a7ae5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e7f4a3b0c90ed62c3123a53beb1e60133a115f6c5fcab406a696420d13ac2e7f
MD5 78531f49edaf026f217aedb5c116057d
BLAKE2b-256 e64fe1e91c741a033154a4772874be19fcc787f12c1163055e080a355aeba4bf

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 4642c1f8379b71acd94e74e52495cffec03b48f8f093ac49603f3286c9a2baa6
MD5 b184f66561a72002b1536de2dcdd0a55
BLAKE2b-256 4d8cd88fa7fe399cd14c22606ffbc31365b2c10020be25d4335c05267be48027

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7246d043b3ee74bb59a432aaa247fe311e07ee177a2ea3854f8005011d1751cc
MD5 b54a447e7426deac568bcd61a22348e1
BLAKE2b-256 fe228e2385364e3c2fffce70a0f2ef4cd04e113f4428d8038c013dd9539839a7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fabf7e548629ca5816d39f5b97ed4501b191741d9d21cb68513241451262c283
MD5 4904f73309dc243f9f1ffe7f2e75b818
BLAKE2b-256 27d6148a07448e55c04dbec07e4e6e8cbb2e67629c1bf605639828d14f9198d8

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toml_rs-0.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 234.8 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.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d59dd0ba8e5c78204de75e57f2f27388dabc76d895407dfdee1e81a8fc377836
MD5 0319eaeb4b918dca44f8682fe4997f34
BLAKE2b-256 b550ff88bc9e587980981c622cd7d4a58327c9babf1772dce5f0f1b9ef506431

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 a5f63666a8fb3c1b6301e736c1f732d9afd20831030487d5eda6b159e8db55c2
MD5 ff617460193a4d73e4404947e0f1ac1c
BLAKE2b-256 c7205a53f88b2a572663b79e45774b8e306cc97948f50939e24651a5f706c221

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 9b1cd848a909caba9f11fdd8ec92fd530f5e36dd30fbfbd5d70aa3f4816cd3c5
MD5 84be7e44f7a13aeae55feb95ba2d0ee8
BLAKE2b-256 5d709b0edf28797a6229e5251a174b4ac58ac86a0d53623756e67d031ebfc75a

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 a244fdf00b7b81ea081e0e34d861cadf297e3b9ceaf2b9824525cf3965673f02
MD5 a718dc208a21771675bd3001093c6d5c
BLAKE2b-256 99ad22aa00790fd026cfc54320c33b5c1ff3471945079ff97ad033d131719fb5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 54eea65f41ca42fe436f8a433a5ad0c41cda98c783beb6706f0475f459ea47e5
MD5 0831422bc2f4c344f3b819b5d0a06db1
BLAKE2b-256 5bb779d7404dd37c9d3e4fb59de7de2fa340a1a6e0588a80b29876dc62da94c4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 7d2ff79aeda52782efbd4ee948b50f330c365ee2bf877ee30cb3f3aabec7e6a8
MD5 0807a8c2aac6801af6cb09fc1fc9a115
BLAKE2b-256 ab07c0d5f9225cf27250d50a622ae397dded289ee2cfd44e6d8c34a3d63bd140

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 3d9b1d47c9305f4fe94d6b7fd3aa290a5a0098cdedc451078a3bf5cf5e9b10ac
MD5 68b52b2d6d7f2daf6ccd81e9caf53595
BLAKE2b-256 0b5f0ddf9da36c0166c4bc9c69d93a5c1b9f2c375b929df14e8ee71c63cd093b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 a03af623ddf9403f65dd4e7caef6b726c07e95904851478ae5bd6c94e888f115
MD5 c76b672ef7e280232c35ff0da10f1214
BLAKE2b-256 d3f835e8175286a100316d486c3d14b18bf62845d4aeb3705b3aa06a36403a38

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 3bb9699a9f154896e0d757192e60cdec7a442de014ab8bbb195fe6645d4785cb
MD5 dc4cd045022e51ba9e33974aeae76007
BLAKE2b-256 6d294b147337ec7daa344a0213cf3e1f2e08beb8265dd7e2eb69d30e368a3e4e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0668877e1b0888c78371998128e651ff1f4fac90789b1d46d851080296fd31d2
MD5 0ecae994b6877d54b138a81c89e040ff
BLAKE2b-256 e35378e1a725b0f05228595db55eb9e8cdeb7a41735fa4032c6b2e8d8f2c9d60

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 13a21919eda71d82b0e9e09cdcc39c1e7ef56b8b3684350462db756a74b0833b
MD5 b20b8de7db0382f644a5468b8fce1d3f
BLAKE2b-256 ea016d776a0ecf9c897e1634b661add67d131c22032633c26b0c4c51e97ea8b5

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7a3e63a689d32c98b43515062c54d4ebc3e6903eb37426b8ec924f026bfb3bf3
MD5 959ef7f2638a9da9ffc35d8dec366bfd
BLAKE2b-256 34b6f684dabb681eb1398c35f3992962125c37ccc262c4e7564dd9e379d149b1

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4e0b514fee870fc882ba05ca9f0c0e5cd7f3aca8df39393641920024443d8c66
MD5 1f41658979d742b3e970a9961f457af0
BLAKE2b-256 9233b147c4b492b8acff5198bbeaf0c15bb360320d78e846caf6e4cace393406

See more details on using hashes here.

File details

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

File metadata

  • Download URL: toml_rs-0.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 234.9 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.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7bc0d1c5f867d23619430f0ec3e27e58f14da4c3e5b29360ba4b33da07e7a45e
MD5 40c86cc999e06fb7314242a5757febab
BLAKE2b-256 c6698303c56f44a0aea3321b26b27df6f1223510e99e8af4acfba5f7264097b0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 20c726af739444dbdbe306fd20d130290f7bdd46f32a0ef0bd1a09faf432887f
MD5 fa8323fd3ab1031d042597247dfa28a2
BLAKE2b-256 733602c6609a73ac232b51cf36e656a621adc391a6b5358ba6b28c0ce64de276

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-musllinux_1_2_i686.whl
Algorithm Hash digest
SHA256 e623b901ad3f3200591c2bdc1e8d223075d8c9c9b9115821b93bdc2baae0e253
MD5 411004828fdfed3ca987b55379347cdf
BLAKE2b-256 553ad111383223c5e247ebd873c425d9f1a9ddcb9aba69f21f637638f0405815

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-musllinux_1_2_armv7l.whl
Algorithm Hash digest
SHA256 4e67fd6d8ae9318e75a05f6e377ea2dd725a7ce7829f14d3f995ef5fa415164c
MD5 2b7d69098206fae63de205a8153c0120
BLAKE2b-256 920c2a7379228d489031f6f5cd83843b7c0489c06e473187dd68176d63a5b914

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-musllinux_1_2_aarch64.whl
Algorithm Hash digest
SHA256 16d3a17f4e7cb2691e20ab50447e901022b95b9a7d46a4aad69b84cac0ce4247
MD5 e450f37e46c46d36bc2f6ab6045c81cb
BLAKE2b-256 b647bf26b273567432d6336fc8ef32bfffeb55bebecb530d55025f8af839f89e

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 466ac7f96ff567c20a273f25bedb94ad7b8f8f6046b32657d839952adc71e357
MD5 a2ccae066875edab5749b3756d1c4a77
BLAKE2b-256 2df0fb79b574592da66c7747a14abfa1a1da16086c7be7259c8a606d65b8d217

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
Algorithm Hash digest
SHA256 a09547ea770b78d61620ce06e6885de40c534655504fe3edb4c2053d5e79706e
MD5 c93e6f368f5152ed18abfb5ed166b54c
BLAKE2b-256 0a25d9a7730e6cf4f432d98ddedf30a6c7fc7db5d4ad93828c5435f90db2e650

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
Algorithm Hash digest
SHA256 3f7853dcdb9390a7e83c00550e1d9e0945300675676fcb452d835e48861d816b
MD5 78ededbb0fcddb8d2b264c454bcd4be1
BLAKE2b-256 2fbe82bd09122afd9a58f90a3b49e78eda4e9c31e88f4d0e94d83dbbbd817ab4

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
Algorithm Hash digest
SHA256 959cd0cc5f72ea54c54b65c591c3544c21d8f2c33201b3f8d09ac28ef10fb912
MD5 f29975711c65bba8a4884a88052b0d4b
BLAKE2b-256 bd1ef10325f15871095872ad527544965c5db130b426ce3bf71a3567c062e505

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 cefd57d886efbec704386d2d6615373dc202156975fc347518b215f4a6839898
MD5 d920df075ba2ee3502563f46c178db80
BLAKE2b-256 342adc5092c422126438f7677f3d731a183f184ec6c85361f751980390645670

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for toml_rs-0.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl
Algorithm Hash digest
SHA256 5ae142db589ab3cc5943eb84d80a413c9d7df8a609fd6cc5530027678e5fa2b1
MD5 06b053548362db60b48173c3c4f632f3
BLAKE2b-256 3605c4466905b382ad467db162b39eabdde90e1efd7f4bf94571352cdd397438

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