# 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 = "informix_rust" version = "0.0.4" authors = ["João Pedro Miranda C. Hluchan "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "InformixRust is a Rust library that provides a safe and efficient way to interact with Informix databases. It wraps the Informix CSDK (Client SDK) to offer a more Rust-friendly interface for database operations." readme = "README.md" keywords = [ "informix", "client-sdk", "database", "sql", "csdk", ] categories = [ "database", "external-ffi-bindings", "network-programming", ] license = "Apache-2.0" repository = "https://github.com/berrytern/informix-rust" [lib] name = "informix_rust" path = "src/lib.rs" [[example]] name = "simple_query" path = "examples/simple_query.rs" [dependencies.chrono] version = "0.4" [dependencies.libc] version = "0.2" [build-dependencies.cc] version = "1.0"