# 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" version = "0.3.4" authors = ["Jonathan Bastien-Filiatrault "] description = "Zero-copy and mmapable CDB access library with a Python interface" homepage = "https://github.com/jothan/cordoba" readme = "README.md" keywords = ["cdb", "python"] categories = ["database", "data-structures", "config", "filesystem", "no-std"] license = "GPL-3.0+" repository = "https://github.com/jothan/cordoba.git" [profile.release] panic = "abort" [lib] crate-type = ["cdylib", "rlib"] [[bin]] name = "cdb" required-features = ["build-binary"] [[bin]] name = "cdbwrite" required-features = ["build-binary"] [dependencies.clap] version = "2.31" optional = true [dependencies.memmap] version = "0.7.0" optional = true [dependencies.pyo3] version = "0.11" features = ["extension-module"] optional = true [features] build-binary = ["clap", "memmap"] default = ["build-binary", "std"] python = ["pyo3", "memmap"] std = []