# 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 = "pschema-rs" version = "0.0.2" authors = ["Ángel Iglesias Préstamo "] description = "Pregel-based schema validation algorithm written in Rust for generating Wikidata subsets" documentation = "https://docs.rs/crate/pschema-rs/latest" readme = "README.md" keywords = [ "pregel", "wikidata", "subsetting", "duckdb", "validation", ] categories = [ "algorithms", "database", "mathematics", "science", ] license = "GPL-3.0-or-later" repository = "https://github.com/angelip2303/pschema-rs" [package.metadata.docs.rs] all-features = false default-target = "x86_64-unknown-linux-gnu" features = [] no-default-features = true [profile.release] opt-level = 3 lto = "thin" codegen-units = 1 [dependencies.bimap] version = "0.6.3" [dependencies.duckdb] version = "0.7.1" [dependencies.polars] version = "0.29.0" features = [ "lazy", "is_in", "performant", "dtype-u8", "parquet", "chunked_ids", "list_eval", ] [dependencies.pregel-rs] version = "0.0.9" [dependencies.rayon] version = "1.7.0" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24" [dependencies.wikidata] version = "0.3.0" [dependencies.wikidata-rs] version = "0.0.1" [dev-dependencies.duckdb] version = "0.7.1" features = ["bundled"] [target."cfg(not(target_env = \"msvc\"))".dependencies.jemallocator] version = "0.5.0" [target."cfg(target_env = \"msvc\")".dependencies.mimalloc] version = "0.1.37" default-features = false