ports/textproc/py-jiter/Makefile.crates
Hiroki Tagato 17f8c1b4f1 textproc/py-jiter: add port: Fast iterable JSON parser
This is a standalone version of the JSON parser used in
pydantic-core. The recommendation is to only use this package directly
if you do not use pydantic.

WWW: https://github.com/pydantic/jiter
2024-08-22 11:04:36 +09:00

65 lines
1.4 KiB
Text

CARGO_CRATES= ahash-0.8.11 \
arbitrary-1.3.2 \
autocfg-1.3.0 \
bencher-0.1.5 \
bitvec-1.0.1 \
cc-1.0.100 \
cfg-if-1.0.0 \
codspeed-2.6.0 \
codspeed-bencher-compat-2.6.0 \
colored-2.1.0 \
equivalent-1.0.1 \
funty-2.0.0 \
getrandom-0.2.15 \
hashbrown-0.14.5 \
heck-0.5.0 \
indexmap-2.2.6 \
indoc-2.0.5 \
itoa-1.0.11 \
jobserver-0.1.31 \
lazy_static-1.5.0 \
lexical-parse-float-0.8.5 \
lexical-parse-integer-0.8.6 \
lexical-util-0.8.5 \
libc-0.2.155 \
libfuzzer-sys-0.4.7 \
memoffset-0.9.1 \
num-bigint-0.4.5 \
num-integer-0.1.46 \
num-traits-0.2.19 \
once_cell-1.19.0 \
paste-1.0.15 \
portable-atomic-1.6.0 \
proc-macro2-1.0.86 \
pyo3-0.22.0 \
pyo3-build-config-0.22.0 \
pyo3-ffi-0.22.0 \
pyo3-macros-0.22.0 \
pyo3-macros-backend-0.22.0 \
quote-1.0.36 \
radium-0.7.0 \
ryu-1.0.18 \
serde-1.0.203 \
serde_derive-1.0.203 \
serde_json-1.0.117 \
smallvec-1.13.2 \
static_assertions-1.1.0 \
syn-2.0.68 \
tap-1.0.1 \
target-lexicon-0.12.14 \
unicode-ident-1.0.12 \
unindent-0.2.3 \
version_check-0.9.4 \
wasi-0.11.0+wasi-snapshot-preview1 \
windows-sys-0.48.0 \
windows-targets-0.48.5 \
windows_aarch64_gnullvm-0.48.5 \
windows_aarch64_msvc-0.48.5 \
windows_i686_gnu-0.48.5 \
windows_i686_msvc-0.48.5 \
windows_x86_64_gnu-0.48.5 \
windows_x86_64_gnullvm-0.48.5 \
windows_x86_64_msvc-0.48.5 \
wyz-0.5.1 \
zerocopy-0.7.34 \
zerocopy-derive-0.7.34