oculars 0.1.0

EVM analysis toolkit
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 = "oculars"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "EVM analysis toolkit"
readme = false
license = "MIT"
repository = "https://github.com/panoptes-sys/oculars"

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

[dependencies.asm]
version = "0.3.0"

[dependencies.dasm]
version = "0.1.0"

[lints.clippy]
allow_attributes_without_reason = "warn"
doc_include_without_cfg = "warn"
if_then_some_else_none = "warn"
impl_trait_in_params = "warn"
let_underscore_must_use = "warn"
missing_docs_in_private_items = "warn"
missing_errors_doc = "warn"
missing_panics_doc = "warn"
pedantic = "warn"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"

[lints.rust]
missing_docs = "warn"