ld-memory 0.3.1

Helper crate to programmatically create GNU ld MEMORY blocks
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"
rust-version = "1.85"
name = "ld-memory"
version = "0.3.1"
authors = ["Kaspar Schleiser <kaspar@schleiser.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Helper crate to programmatically create GNU ld MEMORY blocks"
readme = "README.md"
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kaspar030/ld-memory"
resolver = "2"

[features]
build-rs = []
parse = ["dep:evalexpr"]

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

[dependencies.evalexpr]
version = "11.0.0"
optional = true