# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pyrpds" version = "0.0.7" authors = ["Akhmed Rakhmati "] exclude = ["unit_tests"] description = "Python Wrapper for Rust Persistent Data Structures" homepage = "https://github.com/arakhmat/pyrpds/" readme = "README.md" keywords = ["data-structures", "immutable", "persistent", "pyrsistent", "python"] categories = ["data-structures"] license-file = "LICENSE" repository = "https://github.com/arakhmat/pyrpds/" [lib] name = "pyrpds" crate-type = ["lib", "cdylib"] [dependencies.pyo3] version = "0.9.2" features = ["extension-module"] [dependencies.rpds] version = "0.7.0" features = ["serde"]