# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "mdbsql" version = "0.1.7" description = "SQL query for Access database on Unix-like systems" readme = "README.md" keywords = [ "access", "mdb", "database", "ffi", ] categories = ["database"] license = "Apache-2.0" repository = "https://github.com/ongchi/mdbsql" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [lib] name = "mdbsql" [dependencies.glib-sys] version = "0.16" [dependencies.libc] version = "0.2" [dependencies.libmdb-sys] version = "0.1.2" [dependencies.pkg-config] version = "0.3" [dependencies.rusqlite] version = "0.28.0" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_plain] version = "1.0" [dependencies.thiserror] version = "1.0" [build-dependencies.pkg-config] version = "0.3" [build-dependencies.version-compare] version = "0.1" [features] default = [] rusqlite = ["dep:rusqlite"]