[package] name = "orecc-elf" version = "0.0.2" edition = "2021" authors = ["InfiniteCoder "] description = "Easy read/write ELF 32/64 relocatibles/executables/dynamics" readme = "README.md" repository = "https://github.com/InfiniteCoder01/orecc-elf/" license = "MIT" keywords = ["api", "elf", "object"] categories = [ "compilers", "development-tools::build-utils", "encoding", "hardware-support", "os", ] [features] target-lexicon = ["dep:target-lexicon"] [dependencies] target-lexicon = { version = ">=0.12.0", optional = true }