# 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 = "2021"
name = "pyinrs"
version = "1.9.0"
authors = ["Chen QingYu <chen_qingyu@qq.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust type library that is as easy to use as Python built-in types."
readme = "readme.md"
keywords = [
    "type",
    "python",
]
license = "MIT"
repository = "https://github.com/chen-qingyu/pyinrs"

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

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

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

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

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

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

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

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

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

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

[[bench]]
name = "benchmark"
path = "benches/benchmark.rs"
harness = false

[dependencies.auto-impl-ops]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.regex]
version = "1.11"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.mymatrix]
version = "0.7"

[dev-dependencies.rstest]
version = "0.23"