lightswitch-object 0.3.2

Deals with object files
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 = "lightswitch-object"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Deals with object files"
readme = false
license = "MIT"
repository = "https://github.com/javierhonduco/lightswitch"
resolver = "2"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.data-encoding]
version = "2.9.0"

[dependencies.memmap2]
version = "0.9.9"

[dependencies.object]
version = "0.38.0"

[dependencies.ring]
version = "0.17.14"

[dependencies.thiserror]
version = "2.0.17"