ud-cli 0.1.3

The `ud` command-line driver for the univdreams suite.
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 = "2021"
rust-version = "1.75"
name = "ud-cli"
version = "0.1.3"
authors = ["Mark Karpeles"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `ud` command-line driver for the univdreams suite."
homepage = "https://github.com/KarpelesLab/univdreams"
readme = false
keywords = [
    "decompiler",
    "compiler",
    "binary-analysis",
    "reverse-engineering",
    "emulator",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "emulators",
]
license = "MIT"
repository = "https://github.com/KarpelesLab/univdreams"

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

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

[[test]]
name = "roundtrip_fixtures"
path = "tests/roundtrip_fixtures.rs"

[dependencies.anyhow]
version = "1"

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

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.ud-ast]
version = "0.1.1"

[dependencies.ud-core]
version = "0.1.1"

[dependencies.ud-emulator]
version = "0.1.1"

[dependencies.ud-format]
version = "0.1.1"

[dependencies.ud-translate]
version = "0.1.1"

[lints.clippy]
doc_markdown = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
similar_names = "allow"

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

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

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