[package] name = "pyrs" version = "0.1.0" authors = ["ralston"] edition = "2021" description = "Python utils made to go fast 🚗💨" license = "MIT" repository = "https://github.com/ra0x3/pyrs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "pyrs" path = "src/lib.rs" crate-type = ["cdylib"] [dependencies] natural = { version = "0.4.0", features = ["serde_support"]} pyo3 = { version = "0.17", features = ["extension-module"] } serde = "1.0"