# 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 = "cordoba-py" version = "0.3.1" authors = ["Jonathan Bastien-Filiatrault "] description = "Cordoba Python interface" homepage = "https://github.com/jothan/cordoba" keywords = ["cdb", "python"] categories = ["database", "data-structures", "config", "filesystem", "no-std"] license = "GPL-3.0+" repository = "https://github.com/jothan/cordoba.git" [lib] crate-type = ["cdylib", "rlib"] [dependencies.cordoba] version = "0.3.1" features = ["python"] [dependencies.memmap] version = "0.7.0" [dependencies.pyo3] version = "=0.6.0-alpha.2" features = ["extension-module"]