offline 1.1.0

Ways to make things more or less aligned.
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 = "2024"
rust-version = "1.89.0"
name = "offline"
version = "1.1.0"
authors = ["ltdk <usr@ltdk.xyz>"]
build = false
include = [
    "src/**/*",
    "LICENSE.md",
    "README.md",
    "CHANGELOG.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ways to make things more or less aligned."
readme = "README.md"
categories = []
license-file = "LICENSE.md"
repository = "https://codeberg.org/ltdk/offline"

[package.metadata.docs.rs]
features = ["nightly"]

[features]
alloc = [
    "dep:allocator-api2",
    "allocator-api2/alloc",
]
default = ["std"]
nightly = []
std = [
    "alloc",
    "allocator-api2/std",
]

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

[dependencies.allocator-api2]
version = "0.4.0"
optional = true
default-features = false

[dev-dependencies.mutants]
version = "0.0.3"

[build-dependencies]

[lints.clippy]
alloc_instead_of_core = "warn"
borrow_as_ptr = "warn"
default_trait_access = "warn"
doc_markdown = "warn"
filter_map_next = "warn"
if_not_else = "warn"
ignored_unit_patterns = "warn"
inconsistent_struct_constructor = "warn"
manual_assert = "warn"
manual_is_power_of_two = "warn"
map_unwrap_or = "warn"
match_same_arms = "warn"
missing_docs_in_private_items = "warn"
needless_continue = "warn"
needless_raw_string_hashes = "warn"
redundant_closure_for_method_calls = "warn"
redundant_else = "warn"
ref_as_ptr = "warn"
semicolon_if_nothing_returned = "warn"
std_instead_of_alloc = "warn"
std_instead_of_core = "warn"
undocumented_unsafe_blocks = "deny"
unnecessary_semicolon = "warn"

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(coverage_nightly)"]

[lints.rustdoc]
missing_crate_level_docs = "warn"