# 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 = "wd2sql" version = "0.1.0" authors = ["Philipp Emanuel Weidmann "] description = "Transform a Wikidata JSON dump into an SQLite database" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/p-e-w/wd2sql" [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = true [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.26" features = ["derive"] [dependencies.humansize] version = "2.1.2" [dependencies.humantime] version = "2.1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.rusqlite] version = "0.28.0" features = [ "bundled", "chrono", ] [dependencies.simd-json] version = "0.7.0" [dependencies.wikidata] version = "0.3.0" [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.5.0"