rdfoothills-base 0.6.0

Base utilities of rdfoothills, mostly to be used by the other crates in the workspace.
Documentation
[dependencies.git-version]
version = "0.3"

[dependencies.regex]
default-features = false
optional = true
version = "1.0"

[dependencies.tokio]
features = ["fs", "process", "fs"]
optional = true
version = "1.38"

[dependencies.url]
default-features = false
optional = true
version = "2.5"

[features]
async = ["dep:tokio"]
default = ["async"]
url = ["dep:url", "dep:regex"]

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

[lints.clippy]
clone_on_ref_ptr = "warn"
dbg_macro = "deny"
else_if_without_else = "allow"
empty_structs_with_brackets = "warn"
indexing_slicing = "warn"
print_stderr = "warn"
print_stdout = "warn"
shadow_reuse = "warn"
string_slice = "warn"
todo = "deny"
try_err = "warn"
use_debug = "warn"
wildcard_enum_match_arm = "warn"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unused_crate_dependencies = "warn"

[lints.rust.rust_2021_compatibility]
level = "warn"
priority = -1

[package]
authors = ["Robin Vobruba <hoijui.quaero@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "filesystem", "text-processing"]
description = """
Base utilities of rdfoothills,
mostly to be used by the other crates in the workspace."""
edition = "2021"
homepage = "https://github.com/hoijui/osh-dir-std-rs"
keywords = ["norm", "osh", "directory", "structure"]
license = "AGPL-3.0-or-later"
name = "rdfoothills-base"
readme = "README.md"
repository = "https://github.com/hoijui/osh-dir-std-rs"
version = "0.6.0"