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