ontoenv 0.5.4

Rust library for managing ontologies and their imports in a local environment.
Documentation
# 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 = "ontoenv"
version = "0.5.4"
authors = ["Gabe Fierro <gtfierro@mines.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for managing ontologies and their imports in a local environment."
homepage = "https://github.com/gtfierro/ontoenv-rs"
readme = false
license = "BSD-3-Clause"
repository = "https://github.com/gtfierro/ontoenv-rs"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "arborium-header.html",
]

[features]
rocksdb = ["oxigraph/rocksdb"]

[lib]
name = "ontoenv"
path = "src/lib.rs"

[[test]]
name = "test_concurrency"
path = "tests/test_concurrency.rs"

[[test]]
name = "test_ontoenv"
path = "tests/test_ontoenv.rs"

[[test]]
name = "test_ontology"
path = "tests/test_ontology.rs"

[[test]]
name = "test_util"
path = "tests/test_util.rs"

[dependencies.anyhow]
version = "1.0.79"

[dependencies.blake3]
version = "1.5"

[dependencies.chrono]
version = "0.4.33"
features = ["serde"]

[dependencies.clap]
version = "4.4.18"
features = ["derive"]

[dependencies.derive_builder]
version = "0.20"

[dependencies.env_logger]
version = "0.11.1"

[dependencies.fs2]
version = "0.4"

[dependencies.globset]
version = "0.4.14"

[dependencies.json-ld]
version = "0.21.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.20"

[dependencies.oxigraph]
version = "0.5"
default-features = false

[dependencies.petgraph]
version = "0.8"
features = ["serde-1"]

[dependencies.rdf5d]
version = "0.5.4"
features = [
    "oxigraph",
    "zstd",
]

[dependencies.regex]
version = "1.10.3"

[dependencies.reqwest]
version = "0.13"
features = ["blocking"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_regex]
version = "1.1.0"

[dependencies.serde_with]
version = "3.7.0"

[dependencies.tempfile]
version = "3.10.1"

[dependencies.url]
version = "2.5"

[dependencies.walkdir]
version = "2.4.0"