# 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 = "arrow-cast-guess-precision" version = "0.4.0" authors = ["Linhe Huo "] description = "Arrow cast function alternative with timestamp integer guessing precision" homepage = "https://github.com/zitsen/arrow-cast-guess-precision" documentation = "https://docs.rs/arrow-cast-guess-precision" readme = "README.md" keywords = [ "arrow", "cast", "timestamp", "integer", "precision", ] license = "MIT" repository = "https://github.com/zitsen/arrow-cast-guess-precision.git" [dependencies.arrow-array] version = "50" [dependencies.arrow-cast] version = "50" [dependencies.arrow-schema] version = "50" [dev-dependencies.arrow] version = "50" [dev-dependencies.chrono] version = "0.4" [build-dependencies]