rx82 0.5.0

An emulator for the RX82 fantasy retro computer system.
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"
name = "rx82"
version = "0.5.0"
authors = ["John Arundel <john@bitfieldconsulting.com>"]
build = false
exclude = ["/.github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An emulator for the RX82 fantasy retro computer system."
homepage = "https://github.com/bitfield/rx82"
documentation = "https://docs.rs/rx82"
readme = "README.md"
keywords = [
    "emulator",
    "emulation",
    "R8",
    "RX82",
    "retrocomputing",
]
categories = ["emulators"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/bitfield/rx82"

[badges.github]
repository = "bitfield/rx82"
workflow = "CI"

[badges.maintenance]
status = "actively-developed"

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

[[bin]]
name = "rx82"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

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

[lints.clippy]
absolute_paths = "allow"
arithmetic_side_effects = "deny"
as_conversions = "allow"
big_endian_bytes = "allow"
blanket_clippy_restriction_lints = "allow"
enum_glob_use = "allow"
impl_trait_in_params = "allow"
implicit_return = "allow"
inline_modules = "allow"
little_endian_bytes = "allow"
missing_docs_in_private_items = "allow"
missing_trait_methods = "allow"
print_stdout = "allow"
pub_use = "allow"
pub_with_shorthand = "allow"
question_mark_used = "allow"
separated_literal_suffix = "allow"
shadow_reuse = "allow"
unreachable = "allow"
wildcard_enum_match_arm = "allow"

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

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