# 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 = "wikidata-rs" version = "0.0.4" authors = ["Ángel Iglesias Préstamo "] description = "Utilities for working with Wikidata entities programmatically" readme = "README.md" keywords = [ "wikidata", "duckdb", "json", "dump", "database", ] categories = [ "algorithms", "database", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/angelip2303/wd2duckdb" [dependencies.chrono] version = "0.4.23" [dependencies.duckdb] version = "0.7.1" features = ["chrono"] [dependencies.lazy_static] version = "1.4.0" [dependencies.polars] version = "0.30.0" features = [ "lazy", "dtype-u8", ] [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24" [dependencies.wikidata] version = "0.3.0"