[package]
edition = "2024"
rust-version = "1.88"
name = "ozlrip-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared types for ozlrip"
readme = "README.md"
license = "MIT"
repository = "https://github.com/paddor/ozlrip"
[features]
alloc = []
checksum = []
default = ["std"]
dev-format = []
paranoid = []
std = ["alloc"]
[lib]
name = "ozlrip_core"
path = "src/lib.rs"
[dependencies]
[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
similar_names = "allow"
too_many_lines = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1