python-types 0.0.0

Python value and error types for Rusty Python
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "python-types"
version = "0.0.0"
authors = ["Aster <192607617@qq.com&gt;"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Python value and error types for Rusty Python"
readme = "README.md"
license = "AGPL-3.0"
repository = "https://github.com/nyar-vm/rusty-python"

[lib]
name = "python_types"
path = "src/lib.rs"

[[test]]
name = "types_test"
path = "tests/types_test.rs"

[dependencies.serde]
version = "1.0.228"
features = [
    "derive",
    "rc",
    "derive",
]

[dependencies.serde_json]
version = "1.0.149"