[package] name = "nanoset-py" version = "0.1.4" authors = ["Martin Larralde "] edition = "2018" license = "MIT" description = "A memory-optimized wrapper for Python sets likely to be empty." repository = "https://github.com/althonos/nanoset.py" homepage = "https://pypi.org/projects/nanoset" readme = "README.md" keywords = ["Python", "set", "memory", "pyo3", "optimisation"] categories = ["data-structures", "api-bindings"] build = "nanoset/build.rs" [lib] crate-type = ["cdylib"] path = "nanoset/lib.rs" [badges.travis-ci] repository = "althonos/nanoset.py" [badges.is-it-maintained-issue-resolution] repository = "althonos/nanoset.py" [badges.maintenance] status = "passively-maintained" [build-dependencies] built = "0.3.1" [dependencies] pyo3 = "0.8.0" [dependencies.pyo3-built] version = "0.3.0" optional = true [features] default = [] extension-module = ["pyo3/extension-module", "pyo3-built"]