# 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 = "dbase" version = "0.5.0" authors = ["tmontaigu "] description = "Read & Write .dbf in Rust" homepage = "https://github.com/tmontaigu/dbase-rs" readme = "README.md" keywords = [ "dbase", "dbf", ] license = "MIT" repository = "https://github.com/tmontaigu/dbase-rs" [package.metadata.docs.rs] features = [ "yore", "serde", ] [[example]] name = "datafusion" required-features = ["datafusion"] [dependencies.async-trait] version = "0.1" optional = true [dependencies.byteorder] version = "1.4.3" [dependencies.datafusion] version = "31" optional = true [dependencies.datafusion-expr] version = "31" optional = true [dependencies.serde] version = "1.0.102" optional = true [dependencies.time] version = "0.3" features = ["std"] [dependencies.yore] version = "1.0.1" optional = true [dev-dependencies.serde_derive] version = "1.0.102" [dev-dependencies.tempfile] version = "3.4.0" [dev-dependencies.tokio] version = "1.26" [features] datafusion = [ "dep:datafusion", "dep:datafusion-expr", "dep:async-trait", ]