elf-magic 0.6.0

Automatic compile-time ELF exports for Solana programs. One-liner integration, zero config, just works. ✨
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"
name = "elf-magic"
version = "0.6.0"
authors = ["Levi Cook <levicook@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Automatic compile-time ELF exports for Solana programs. One-liner integration, zero config, just works. ✨"
homepage = "https://github.com/levicook/elf-magic"
documentation = "https://github.com/levicook/elf-magic"
readme = "README.md"
keywords = [
    "workspace-automation",
    "cargo",
    "elf",
    "build-tool",
    "solana",
]
license = "MIT"
repository = "https://github.com/levicook/elf-magic"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.cargo_metadata]
version = "0.20"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.glob]
version = "0.3"

[dependencies.minijinja]
version = "2.10.2"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"