# 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 = "alloy-rs" version = "0.2.1" authors = ["Wilhelm Ă…gren "] description = "Static Rust library for working with the Apache Arrow ffi using any C supported language." homepage = "https://github.com/firelink-data/alloy/tree/main" license = "MIT" repository = "https://github.com/firelink-data/alloy/tree/main/alloy-rs" [lib] crate-type = ["staticlib"] [dependencies.arrow2] version = "0.18.0" [dependencies.chrono] version = "0.4.31" [dependencies.env_logger] version = "0.10.1" [dependencies.libc] version = "0.2.150" [dependencies.log] version = "0.4.20"