# 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 = "hdt" version = "0.2.0" authors = [ "Tim Baccaert ", "Konrad Höffner", ] description = "Library for the Header Dictionary Triples (HDT) RDF compression format." readme = "README.md" keywords = [ "rdf", "hdt", "compression", "file-format", ] categories = [ "compression", "filesystem", "parsing", "web-programming", ] license = "MIT" repository = "https://github.com/konradhoeffner/hdt" [package.metadata."docs.rs"] all-features = true [profile.test] opt-level = 1 [lib] bench = false [[bench]] name = "criterion" harness = false [[bench]] name = "iai" harness = false [dependencies.bytesize] version = "1" [dependencies.crc] version = "3" [dependencies.eyre] version = "0.6" [dependencies.iref] version = "3" [dependencies.langtag] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0.4" [dependencies.mownstr] version = "0.2" [dependencies.ntriple] version = "0.1" [dependencies.sophia] version = "0.8.0" optional = true [dependencies.sucds] version = "0.8" [dependencies.thiserror] version = "1" [dev-dependencies.color-eyre] version = "0.6" [dev-dependencies.criterion] version = "0.5" features = [ "cargo_bench_support", "html_reports", ] default-features = false [dev-dependencies.env_logger] version = "0.11" features = ["auto-color"] default-features = false [dev-dependencies.pretty_assertions] version = "1" [features] default = ["sophia"] sophia = ["dep:sophia"]