# 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 = "rsfbclient" version = "0.25.0" authors = [ "Luis Fernando Batels ", "Jairo H Wiethan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binds to official firebird client lib" readme = "README.md" keywords = [ "firebird", "fbclient", "database", "ffi", ] categories = ["database"] license = "MIT" repository = "https://github.com/fernandobatels/rsfbclient" [package.metadata.docs.rs] all-features = true [lib] name = "rsfbclient" path = "src/lib.rs" [[example]] name = "createdb" path = "examples/createdb.rs" [[example]] name = "embedded_select" path = "examples/embedded_select.rs" [[example]] name = "events" path = "examples/events.rs" [[example]] name = "insert" path = "examples/insert.rs" [[example]] name = "namedcolumns_select" path = "examples/namedcolumns_select.rs" [[example]] name = "reconnection" path = "examples/reconnection.rs" [[example]] name = "select" path = "examples/select.rs" [[example]] name = "string_conn" path = "examples/string_conn.rs" [[example]] name = "sys_infos" path = "examples/sys_infos.rs" [[example]] name = "transaction" path = "examples/transaction.rs" [dependencies.chrono] version = "0.4.19" features = [ "clock", "std", ] default-features = false [dependencies.lru-cache] version = "0.1.2" [dependencies.percent-encoding] version = "2.1.0" [dependencies.rsfbclient-core] version = "0.25.0" [dependencies.rsfbclient-derive] version = "0.25.0" [dependencies.rsfbclient-native] version = "0.25.0" optional = true [dependencies.rsfbclient-rust] version = "0.25.0" optional = true [dependencies.url] version = "2.2.1" [dev-dependencies.r2d2] version = "0.8.9" [dev-dependencies.rand] version = "0.8.3" [features] default = ["linking"] dynamic_loading = [ "rsfbclient-native/dynamic_loading", "native_client", ] embedded_tests = [] linking = [ "rsfbclient-native/linking", "native_client", ] native_client = [] pure_rust = ["rsfbclient-rust"]