# 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 = "pyrs" version = "0.1.0" authors = ["ralston"] description = "Python utils made to go fast 🚗💨" readme = "README.md" license = "MIT" repository = "https://github.com/ra0x3/pyrs" [lib] name = "pyrs" crate-type = ["cdylib"] path = "src/lib.rs" [dependencies.natural] version = "0.4.0" features = ["serde_support"] [dependencies.pyo3] version = "0.17" features = ["extension-module"] [dependencies.serde] version = "1.0"