[package]
edition = "2024"
rust-version = "1.96.0"
name = "obeli-sk-utils"
version = "0.41.4"
authors = ["Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal package of obelisk"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/obeli-sk/obelisk"
[lib]
name = "obeli_sk_utils"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
version = "0.4.45"
features = [
"arbitrary",
"serde",
]
[dependencies.concepts]
version = "0.41.4"
package = "obeli-sk-concepts"
[dependencies.const_format]
version = "0.2.36"
[dependencies.derive_more]
version = "2.1.1"
features = [
"debug",
"deref",
"display",
"eq",
"from_str",
"into",
"try_from",
]
[dependencies.hashbrown]
version = "0.16.1"
features = ["serde"]
[dependencies.hyper]
version = "1.10.1"
[dependencies.id-arena]
version = "2.3.0"
[dependencies.indexmap]
version = "2.14"
features = ["serde"]
[dependencies.semver]
version = "1.0.28"
[dependencies.sha2]
version = "0.10.9"
[dependencies.strum]
version = "0.28.0"
features = ["derive"]
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
version = "1"
features = [
"fs",
"io-util",
"macros",
"process",
"rt-multi-thread",
"rt",
"signal",
"sync",
"time",
"tracing",
]
[dependencies.tracing]
version = "0.1"
features = ["log"]
[dependencies.tracing-error]
version = "0.2.1"
[dependencies.val-json]
version = "0.41.4"
features = ["wit-parser"]
package = "obeli-sk-val-json"
[dependencies.wasmparser]
version = "0.254.0"
[dependencies.wit-component]
version = "0.254.0"
[dependencies.wit-parser]
version = "0.254.0"
[dev-dependencies.concepts]
version = "0.41.4"
features = ["test"]
package = "obeli-sk-concepts"
[dev-dependencies.insta]
version = "1.48.0"
features = ["json"]
[dev-dependencies.rstest]
version = "0.26"
[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dev-dependencies.tempfile]
version = "3.27"
[dev-dependencies.tokio]
version = "1"
features = [
"fs",
"io-util",
"macros",
"process",
"rt-multi-thread",
"rt",
"signal",
"sync",
"time",
"tracing",
]
[lints.clippy]
dbg_macro = "deny"
debug_assert_with_mut_call = "deny"
explicit_deref_methods = "allow"
float_cmp_const = "deny"
from_iter_instead_of_collect = "allow"
if_not_else = "allow"
infallible_try_from = "deny"
items_after_statements = "allow"
map_unwrap_or = "allow"
mem_forget = "deny"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_unsafe_ops_per_block = "deny"
rc_mutex = "deny"
todo = "deny"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unchecked_time_subtraction = "deny"
undocumented_unsafe_blocks = "deny"
unimplemented = "deny"
unnecessary_debug_formatting = "allow"
unused_result_ok = "deny"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
unknown_lints = "deny"
[lints.rust.unexpected_cfgs]
level = "deny"
priority = 0
check-cfg = ["cfg(tokio_unstable)"]