31 lines
620 B
TOML
31 lines
620 B
TOML
[build]
|
|
type = "custom"
|
|
|
|
[build.flags]
|
|
CFLAGS += [ " -ffat-lto-objects" ]
|
|
|
|
[dependencies]
|
|
build = [
|
|
"maturin",
|
|
"rust",
|
|
"patchelf"
|
|
]
|
|
runtime = [
|
|
"libcxx",
|
|
"libunwind",
|
|
"glibc",
|
|
"python",
|
|
]
|
|
|
|
[package]
|
|
description = "Fast, correct Python JSON library supporting dataclasses and datetimes"
|
|
homepage = "https://github.com/ijl/orjson"
|
|
license = "Apache-2.0 OR MIT"
|
|
name = "python-orjson"
|
|
version = "3.11.7"
|
|
|
|
[[source]]
|
|
extract_dir = "$name-$version"
|
|
sha256 = "662ca58f2bc067ad91f88ffc8f657f2a95f61f6019ea01c00871b047020cbd18"
|
|
url = "https://github.com/ijl/orjson/archive/refs/tags/$version.tar.gz"
|