[package] name = "pyinrs" version = "1.8.1" edition = "2021" license = "MIT" authors = ["Chen QingYu "] description = "A Rust type library that is as easy to use as Python built-in types." readme = "readme.md" repository = "https://github.com/chen-qingyu/pyinrs" keywords = ["type", "python"] [dependencies] rand = "0.8" regex = "1.10" auto-impl-ops = "0.2" [dev-dependencies] rstest = "0.22" criterion = "0.5" mymatrix = "0.6" [[bench]] name = "benchmark" harness = false