[package] name = "pyrpds" description = "Python Wrapper for Rust Persistent Data Structures" version = "0.0.7" authors = ["Akhmed Rakhmati "] edition = "2018" homepage = "https://github.com/arakhmat/pyrpds/" repository = "https://github.com/arakhmat/pyrpds/" readme = "README.md" license-file = "LICENSE" keywords = [ "data-structures", "immutable", "persistent", "pyrsistent", "python", ] categories = ["data-structures"] exclude = [ "unit_tests", ] [lib] name = "pyrpds" crate-type = ["lib", "cdylib"] [dependencies.pyo3] version = "0.9.2" features = ["extension-module"] [dependencies.rpds] version = "0.7.0" features = ["serde"]