# 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-diesel" version = "0.25.0" authors = ["Luis Fernando Batels "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Diesel implementation for Firebird" 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_diesel" path = "src/lib.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.0.1" [dependencies.chrono] version = "0.4.22" features = [ "clock", "std", ] default-features = false [dependencies.diesel] version = "=2.0.0" features = [ "chrono", "i-implement-a-third-party-backend-and-opt-into-breaking-changes", ] default-features = false [dependencies.rsfbclient] version = "0.25.0" default-features = false [features] default = ["linking"] dynamic_loading = ["rsfbclient/dynamic_loading"] linking = ["rsfbclient/linking"] pure_rust = ["rsfbclient/pure_rust"]