slinky 0.4.0

Linker script generator for decompilation and modding projects
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.66.0"
name = "slinky"
version = "0.4.0"
authors = ["Anghelo Carvajal <angheloalf95@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linker script generator for decompilation and modding projects"
readme = false
keywords = [
    "linker_script",
    "generator",
    "decompilation",
]
categories = ["development-tools::build-utils"]
license = "MIT"
repository = "https://github.com/decompals/slinky"

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

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

[dependencies.indexmap]
version = "2.2.6"

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

[dependencies.serde_yaml]
version = "0.9.32"

[dependencies.thiserror]
version = "1.0.57"

[dev-dependencies.rstest]
version = "0.18.2"